On Wed, Jul 28, 2021 at 10:38:57PM +0200, Andrew Jones wrote: > On Wed, Jul 28, 2021 at 11:48:46AM +0800, Yanan Wang wrote: > > @@ -248,6 +256,7 @@ struct MachineClass { > > bool numa_mem_supported; > > bool auto_enable_numa; > > bool smp_prefer_sockets; > > + SMPCompatProps smp_props; > > const char *default_ram_id; > > > > HotplugHandler *(*get_hotplug_handler)(MachineState *machine, > > -- > > 2.19.1 > > > > What about putting smp_prefer_sockets in SMPCompatProps too (as > prefer_sockets)?
Ah, I see patch 11/11 does that. Thanks, drew > > Otherwise > > Reviewed-by: Andrew Jones <drjo...@redhat.com>