Re: [libvirt] [PATCHv2 1/6] qemu: add capability detection for query-cpus-fast

2018-03-26 Thread Viktor Mihajlovski
On 23.03.2018 17:03, John Ferlan wrote: > > > On 03/05/2018 06:44 AM, Viktor Mihajlovski wrote: >> Detect whether QEMU supports the QMP query-cpus-fast API >> and set QEMU_CAPS_QUERY_CPUS_FAST in this case. >> >> Signed-off-by: Viktor Mihajlovski >> Reviewed-by: Boris Fiuczynski >> Reviewed-by:

Re: [libvirt] [PATCHv2 1/6] qemu: add capability detection for query-cpus-fast

2018-03-23 Thread John Ferlan
On 03/05/2018 06:44 AM, Viktor Mihajlovski wrote: > Detect whether QEMU supports the QMP query-cpus-fast API > and set QEMU_CAPS_QUERY_CPUS_FAST in this case. > > Signed-off-by: Viktor Mihajlovski > Reviewed-by: Boris Fiuczynski > Reviewed-by: Marc Hartmayer > Acked-by: Peter Krempa > --- >

[libvirt] [PATCHv2 1/6] qemu: add capability detection for query-cpus-fast

2018-03-05 Thread Viktor Mihajlovski
Detect whether QEMU supports the QMP query-cpus-fast API and set QEMU_CAPS_QUERY_CPUS_FAST in this case. Signed-off-by: Viktor Mihajlovski Reviewed-by: Boris Fiuczynski Reviewed-by: Marc Hartmayer Acked-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 4 +++- src/qemu/qemu_capabilities.h |