On 6/2/20 10:41 AM, Igor Mammedov wrote:
Deprecation period is run out and it's a time to flip the switch introduced by cd5ff8333a. Disable legacy option for new machine types (since 5.1) and amend documentation. '-numa node,memdev' shall be used instead of disabled option with new machine types. Signed-off-by: Igor Mammedov <imammedo@xxxxxxxxxx> --- - rebased on top of current master - move compat mode from 4.2 to 5.0 CC: peter.maydell@xxxxxxxxxx CC: ehabkost@xxxxxxxxxx CC: marcel.apfelbaum@xxxxxxxxx CC: mst@xxxxxxxxxx CC: pbonzini@xxxxxxxxxx CC: rth@xxxxxxxxxxx CC: david@xxxxxxxxxxxxxxxxxxxxx CC: libvir-list@xxxxxxxxxx CC: qemu-arm@xxxxxxxxxx CC: qemu-ppc@xxxxxxxxxx --- docs/system/deprecated.rst | 17 ----------------- hw/arm/virt.c | 2 +- hw/core/numa.c | 6 ++++++ hw/i386/pc.c | 1 - hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + hw/ppc/spapr.c | 2 +- qemu-options.hx | 9 +++++---- 8 files changed, 15 insertions(+), 24 deletions(-)
This works with libvirt perfectly. Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal