On Wed, Jul 02, 2025 at 05:28:01PM +0800, Shaoqin Huang wrote: > Hi Eric, > > On 7/2/25 5:08 PM, Eric Auger wrote: > > > > > > On 7/2/25 10:56 AM, Shaoqin Huang wrote: > > > Set the "use-legacy-x86-rom" property to false by default, and only set > > > it to true on x86 since only x86 will need it. > > > > > > At the same time, set the "use-legacy-x86-rom" property to true on those > > > historical versioned machine types in order to avoid the memory layout > > > being changed. > > > > > > Signed-off-by: Shaoqin Huang <shahu...@redhat.com> > > > --- > > > hw/core/machine.c | 2 ++ > > > hw/display/ramfb-standalone.c | 2 +- > > > hw/i386/pc_piix.c | 10 ++++++++++ > > > hw/i386/pc_q35.c | 3 +++ > > If I understood correctly, Gerd said we needed to set the prop to "true" > > on microvm too? I don't see that change. > > Yes, I try to do that. But I didn't see there are any machine type in the > microvm like q35. I'm confuse about it, How should I do that?
Just add them to microvm_properties[] take care, Gerd