]> Git Repo - qemu.git/commit
introduce a new qom device to deal with panicked event
authorHu Tao <[email protected]>
Fri, 26 Apr 2013 03:24:42 +0000 (11:24 +0800)
committerAnthony Liguori <[email protected]>
Tue, 30 Apr 2013 15:30:01 +0000 (10:30 -0500)
commiteec3d2adc98dd9ef7352823ce6597f88a51cf7cb
tree690e4e4fa55b0b7d8b02af78818163fce1495919
parentc401a8a5156a2596b285586002d544c595d40cf7
introduce a new qom device to deal with panicked event

pvpanic device is used to send guest panic event from guest to qemu.

When guest panic happens, pvpanic device driver will write a event
number to IO port 0x505(which is the IO port occupied by pvpanic device,
by default). On receiving the event, pvpanic device will pause guest
cpu(s), and send a qmp event QEVENT_GUEST_PANICKED.

Signed-off-by: Wen Congyang <[email protected]>
Signed-off-by: Hu Tao <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-id: b66077a40235b3531632a05a6ff373850afc7d2e.1366945969[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/misc/Makefile.objs
hw/misc/pvpanic.c [new file with mode: 0644]
This page took 0.026449 seconds and 4 git commands to generate.