Re: [libvirt] [PATCH 6/7] qemu_monitor: Introduce qemuMonitorJSONGetPRManagerInfo

2018-07-04 Thread Peter Krempa
On Wed, Jul 04, 2018 at 12:46:54 +0200, Michal Privoznik wrote: > This function fetches status of all pr-managers. So far, qemu > reports only a single attribute "connected" but that fits our > needs. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_monitor.c | 25 > s

[libvirt] [PATCH 6/7] qemu_monitor: Introduce qemuMonitorJSONGetPRManagerInfo

2018-07-04 Thread Michal Privoznik
This function fetches status of all pr-managers. So far, qemu reports only a single attribute "connected" but that fits our needs. Signed-off-by: Michal Privoznik --- src/qemu/qemu_monitor.c | 25 src/qemu/qemu_monitor.h | 9 + src/qemu/qemu_monitor_json.c | 90 ++