Re: [PATCH 14/14] machine: add smp compound property

2021-05-17 Thread Igor Mammedov
On Thu, 13 May 2021 12:29:01 -0400 Paolo Bonzini wrote: > Make -smp syntactic sugar for a compound property "-machine > smp.{cores,threads,cpu,...}". machine_smp_parse is replaced by the > setter for the property. > > numa-test will now cover the new syntax, while other tests > still use -smp.

[PATCH 14/14] machine: add smp compound property

2021-05-13 Thread Paolo Bonzini
Make -smp syntactic sugar for a compound property "-machine smp.{cores,threads,cpu,...}". machine_smp_parse is replaced by the setter for the property. numa-test will now cover the new syntax, while other tests still use -smp. Signed-off-by: Paolo Bonzini --- hw/core/machine.c | 108