Re: [PATCH 7/7] qemu: deprecate query-cpus-fast capability

2022-08-08 Thread Peter Krempa
On Mon, Aug 08, 2022 at 15:06:08 +0200, Paolo Bonzini wrote: > All supported versions of QEMU have the command. > > Signed-off-by: Paolo Bonzini > --- > src/qemu/qemu_capabilities.c | 4 ++-- > src/qemu/qemu_capabilities.h | 2 +- > tests/qemuhotplugtest.c | 2 -- > 3 files changed, 3

[PATCH 7/7] qemu: deprecate query-cpus-fast capability

2022-08-08 Thread Paolo Bonzini
All supported versions of QEMU have the command. Signed-off-by: Paolo Bonzini --- src/qemu/qemu_capabilities.c | 4 ++-- src/qemu/qemu_capabilities.h | 2 +- tests/qemuhotplugtest.c | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/qemu/qemu_capabilities.c