Re: [Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event

2013-04-14 Thread Hu Tao
Hi, Sorry for the delay. On Thu, Apr 11, 2013 at 10:52:02AM +0200, Markus Armbruster wrote: > Hu Tao writes: > > > Hi, > > > > On Wed, Apr 10, 2013 at 01:54:04PM +0200, Markus Armbruster wrote: > >> Hu Tao writes: > >> > >> > pvpanic device is used to send guest panic event from guest to qemu

Re: [Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event

2013-04-11 Thread Markus Armbruster
Hu Tao writes: > Hi, > > On Wed, Apr 10, 2013 at 01:54:04PM +0200, Markus Armbruster wrote: >> Hu Tao writes: >> >> > 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(wh

Re: [Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event

2013-04-10 Thread Hu Tao
Hi, On Wed, Apr 10, 2013 at 01:54:04PM +0200, Markus Armbruster wrote: > Hu Tao writes: > > > 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

Re: [Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event

2013-04-10 Thread Markus Armbruster
Hu Tao writes: > 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

[Qemu-devel] [PATCH v18 3/7] introduce a new qom device to deal with panicked event

2013-04-09 Thread Hu Tao
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 q