Re: [Qemu-devel] [PATCH] pseries: Implement RTAS system-reboot call

2012-03-28 Thread Andreas Färber
Am 28.03.2012 03:05, schrieb David Gibson: > This patch adds the PAPR defined RTAS system-reboot call to the pseries > machine emulation, providing the guest with a way to trigger a reboot. > This exposes a bug in the pseries VIO code which means CRQs are not > properly reset on a system reset. Th

[Qemu-devel] [PATCH] pseries: Implement RTAS system-reboot call

2012-03-27 Thread David Gibson
This patch adds the PAPR defined RTAS system-reboot call to the pseries machine emulation, providing the guest with a way to trigger a reboot. This exposes a bug in the pseries VIO code which means CRQs are not properly reset on a system reset. This patch also fixes that bug by adding a suitable r