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

2018-03-05 Thread Boris Fiuczynski
On 03/02/2018 12:44 PM, Peter Krempa wrote: On Fri, Mar 02, 2018 at 10:29:06 +0100, 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:

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

2018-03-02 Thread Peter Krempa
On Fri, Mar 02, 2018 at 10:29:06 +0100, 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

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

2018-03-02 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 ---