]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Extract additional info from GUEST_PANICKED event
authorPeter Krempa <pkrempa@redhat.com>
Mon, 20 Mar 2017 13:35:33 +0000 (14:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 27 Mar 2017 14:15:44 +0000 (16:15 +0200)
commitd7580dd643b0ff26c7666f2bb698a210b4883d3f
tree1a26ae51e1e982e893993fbb1422800b0bc03fda
parent7d5c27e92365b362558ba3c366bd58fed08eda77
qemu: monitor: Extract additional info from GUEST_PANICKED event

For certain kinds of panic notifiers (notably hyper-v) qemu is able to
report some data regarding the crash passed from the guest.

Make the data accessible to the callback in qemu so that it can be
processed further.
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_process.c