Re: [libvirt] [PATCH V2 2/4] qemu: Add monitor support for CPU halted state

2016-09-29 Thread John Ferlan
On 09/20/2016 04:10 AM, Viktor Mihajlovski wrote: > Extended the qemuMonitorCPUInfo with a halted flag. Extract the halted > flag for both text and JSON monitor. > > Signed-off-by: Viktor Mihajlovski > Signed-off-by: Boris Fiuczynski > --- > src/qemu/qemu_monitor.c | 6 +- > src/qemu

[libvirt] [PATCH V2 2/4] qemu: Add monitor support for CPU halted state

2016-09-20 Thread Viktor Mihajlovski
Extended the qemuMonitorCPUInfo with a halted flag. Extract the halted flag for both text and JSON monitor. Signed-off-by: Viktor Mihajlovski Signed-off-by: Boris Fiuczynski --- src/qemu/qemu_monitor.c | 6 +- src/qemu/qemu_monitor.h | 5 + src/qemu/qemu_monitor_json.c | 3 +++