Re: [Qemu-devel] [PATCH v14 0/4] pvevent device to deal with guest panic event

2013-03-20 Thread Markus Armbruster
Gleb Natapov writes: > On Thu, Mar 14, 2013 at 04:15:49PM +0800, Hu Tao wrote: >> This series introduces a new simulated device, pvevent, to notify >> qemu when guest panic event happens. >> > Call it something less generic. pvpanic for instance. No objection, just observing that the device can

Re: [Qemu-devel] [PATCH v14 0/4] pvevent device to deal with guest panic event

2013-03-14 Thread Hu Tao
On Thu, Mar 14, 2013 at 10:58:45AM +0200, Gleb Natapov wrote: > On Thu, Mar 14, 2013 at 04:15:49PM +0800, Hu Tao wrote: > > This series introduces a new simulated device, pvevent, to notify > > qemu when guest panic event happens. > > > Call it something less generic. pvpanic for instance. OK.

Re: [Qemu-devel] [PATCH v14 0/4] pvevent device to deal with guest panic event

2013-03-14 Thread Gleb Natapov
On Thu, Mar 14, 2013 at 04:15:49PM +0800, Hu Tao wrote: > This series introduces a new simulated device, pvevent, to notify > qemu when guest panic event happens. > Call it something less generic. pvpanic for instance. > Along with this series, there are two patches to add seabios ACPI > driver a

[Qemu-devel] [PATCH v14 0/4] pvevent device to deal with guest panic event

2013-03-14 Thread Hu Tao
This series introduces a new simulated device, pvevent, to notify qemu when guest panic event happens. Along with this series, there are two patches to add seabios ACPI driver and kernel ACPI driver for the device, respectively. TODO: make the io port used by pvevent device configurable. Tested