Re: [libvirt] [PATCH v2 5/6] qemu_monitor: Introduce qemuMonitorJSONGetPRManagerInfo

2018-07-10 Thread Peter Krempa
On Thu, Jul 05, 2018 at 09:44:37 +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 + >

[libvirt] [PATCH v2 5/6] qemu_monitor: Introduce qemuMonitorJSONGetPRManagerInfo

2018-07-05 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 | 83