Introduce KVM panic hypercall support to make QEMU aware of a crashed guest. This patches are specific to a KVM paravirtulized guest which need to call KVM_HC_PANIC on a crash/panic. The basic idea of this implementation and of the QMP PANIC event is to be able to create crashdump via the hypervisor instead of kexec/kdump as soon the guest crashes. Initial panic QMP event enabled-libvirt is in progress: http://people.b1-systems.de/~gollub/kvm/hypercall-panic/libvirt/ Daniel Gollub (2): Handle KVM hypercall panic on guest crash QMP: Introduce QEVENT_PANIC QMP/qmp-events.txt | 13 +++++++++++++ kvm-all.c | 5 +++++ kvm/include/linux/kvm.h | 1 + monitor.c | 11 +++++++++-- monitor.h | 1 + sysemu.h | 3 +++ vl.c | 20 ++++++++++++++++++++ 7 files changed, 52 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html