Re: [libvirt] [PATCHv3 2/6] qemu: use query-cpus-fast in JSON monitor

2018-04-16 Thread Viktor VM Mihajlovski
On 12.04.2018 17:52, John Ferlan wrote: > > > On 04/04/2018 10:45 AM, Viktor Mihajlovski wrote: >> Use query-cpus-fast instead of query-cpus if supported by QEMU. >> Based on the QEMU_CAPS_QUERY_CPUS_FAST capability. >> >> Signed-off-by: Viktor Mihajlovski >> --- >>

Re: [libvirt] [PATCHv3 2/6] qemu: use query-cpus-fast in JSON monitor

2018-04-12 Thread John Ferlan
On 04/04/2018 10:45 AM, Viktor Mihajlovski wrote: > Use query-cpus-fast instead of query-cpus if supported by QEMU. > Based on the QEMU_CAPS_QUERY_CPUS_FAST capability. > > Signed-off-by: Viktor Mihajlovski > --- > src/qemu/qemu_domain.c | 14 +++---

[libvirt] [PATCHv3 2/6] qemu: use query-cpus-fast in JSON monitor

2018-04-04 Thread Viktor Mihajlovski
Use query-cpus-fast instead of query-cpus if supported by QEMU. Based on the QEMU_CAPS_QUERY_CPUS_FAST capability. Signed-off-by: Viktor Mihajlovski --- src/qemu/qemu_domain.c | 14 +++--- src/qemu/qemu_monitor.c | 30