Re: [Qemu-devel] [PATCH 2/3] pseries: Fix bug with reset of VIO CRQs

2012-04-04 Thread Andreas Färber
Am 28.03.2012 23:39, schrieb David Gibson: > PAPR specifies a Command Response Queue (CRQ) mechanism used for virtual > IO, which we implement. However, we don't correctly clean up registered > CRQs when we reset the system. > > This patch adds a reset handler to fix this bug. While we're at it,

[Qemu-devel] [PATCH 2/3] pseries: Fix bug with reset of VIO CRQs

2012-03-28 Thread David Gibson
PAPR specifies a Command Response Queue (CRQ) mechanism used for virtual IO, which we implement. However, we don't correctly clean up registered CRQs when we reset the system. This patch adds a reset handler to fix this bug. While we're at it, add in some of the extra debug messages that were us