[PATCH 10/17] qemu: capabilities: Remove probing of QEMU_CAPS_NUMA via 'query-command-line-options'

2022-04-04 Thread Peter Krempa
For modern qemu versions we use the presence of 'set-numa-node' qmp command. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 44f3205693..3750d27d3c 100644 ---

[PATCH 10/17] qemu: capabilities: Remove probing of QEMU_CAPS_NUMA via 'query-command-line-options'

2022-02-15 Thread Peter Krempa
For modern qemu versions we use the presence of 'set-numa-node' qmp command. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 35bf07142a..43880d24e7 100644 ---