]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add monitor support for CPU halted state
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Thu, 13 Oct 2016 11:42:44 +0000 (13:42 +0200)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Oct 2016 22:52:36 +0000 (18:52 -0400)
commitcc5e695bde947df6443c039868e474a3e38ed72b
treee5b09ba3247342fad8bf187f5dd0130e5147f9a0
parentab9202e431e6ccca44cf6cd3ef12492a010f988e
qemu: Add monitor support for CPU halted state

Extended the qemuMonitorCPUInfo with a halted flag. Extract the halted
flag for both text and JSON monitor.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
tests/qemumonitorjsontest.c