Re: [Qemu-devel] [PATCH for-1.6 V2 2/2] hw/misc: make pvpanic known to user

2013-08-11 Thread Hu Tao
On Sun, Aug 11, 2013 at 06:10:43PM +0300, Marcel Apfelbaum wrote: > This patch is based on Hu Tao's: > http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00125.html > > The pvpanic device may be enabled now with "-device pvpanic" > from command line. > > Signed-off-by: Marcel Apfelbaum

[Qemu-devel] [PATCH for-1.6 V2 2/2] hw/misc: make pvpanic known to user

2013-08-11 Thread Marcel Apfelbaum
This patch is based on Hu Tao's: http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00125.html The pvpanic device may be enabled now with "-device pvpanic" from command line. Signed-off-by: Marcel Apfelbaum --- Changes from V1: - Addressed Andreas Färber review (removed bus type) - Sma