]> git.proxmox.com Git - mirror_qemu.git/commit - hw/core/cpu.c
report guest crash information in GUEST_PANICKED event
authorAnton Nefedov <anton.nefedov@virtuozzo.com>
Tue, 14 Feb 2017 06:25:23 +0000 (09:25 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Feb 2017 14:30:49 +0000 (15:30 +0100)
commitc86f106b857dd8922e29ec746a8dd47e8a15ebbd
treed2140a86198cce1cb27cbe2a0c8d2065fb65c7f7
parentd187e08dc4d0793dab1a9747b72b17a1cf0d3e43
report guest crash information in GUEST_PANICKED event

it's not very convenient to use the crash-information property interface,
so provide a CPU class callback to get the guest crash information, and pass
that information in the event

Signed-off-by: Anton Nefedov <anton.nefedov@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
Message-Id: <1487053524-18674-3-git-send-email-den@openvz.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/misc/pvpanic.c
hw/ppc/spapr_rtas.c
include/qom/cpu.h
include/sysemu/sysemu.h
kvm-all.c
qapi/event.json
qom/cpu.c
target/i386/cpu.c
target/s390x/kvm.c
vl.c