From: Peter Krempa Date: Thu, 10 Feb 2022 10:30:19 +0000 (+0100) Subject: qemu: capabilities: Remove probing of QEMU_CAPS_NUMA via 'query-command-line-options' X-Git-Tag: v8.3.0-rc1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce4f98d82c9be0179df883c9bc2f09e67a93736;p=thirdparty%2Flibvirt.git qemu: capabilities: Remove probing of QEMU_CAPS_NUMA via 'query-command-line-options' For modern qemu versions we use the presence of 'set-numa-node' qmp command. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 2e5537189d..a5bb0e29e4 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -3299,7 +3299,6 @@ struct virQEMUCapsCommandLineProps { static struct virQEMUCapsCommandLineProps virQEMUCapsCommandLine[] = { { "chardev", "fd", QEMU_CAPS_CHARDEV_FD_PASS_COMMANDLINE }, { "fsdev", "multidevs", QEMU_CAPS_FSDEV_MULTIDEVS }, - { "numa", NULL, QEMU_CAPS_NUMA }, /* not needed after qemuCaps->version < 3000000 */ { "overcommit", NULL, QEMU_CAPS_OVERCOMMIT }, { "sandbox", NULL, QEMU_CAPS_SECCOMP_SANDBOX }, { "spice", "gl", QEMU_CAPS_SPICE_GL },