Re: [Qemu-devel] [PATCH v2 1/2] lsi: Purge request queue on soft reset

2010-05-03 Thread Anthony Liguori
On 04/30/2010 07:06 AM, Jan Kiszka wrote: Avoid keeping zombie requests across controller reset by purging the queue and also dropping the currently active request. Signed-off-by: Jan Kiszka Applied all. Thanks. Regards, Anthony Liguori --- hw/lsi53c895a.c | 11 +++ 1 file

[Qemu-devel] [PATCH v2 1/2] lsi: Purge request queue on soft reset

2010-04-30 Thread Jan Kiszka
Avoid keeping zombie requests across controller reset by purging the queue and also dropping the currently active request. Signed-off-by: Jan Kiszka --- hw/lsi53c895a.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 98b