Re: [Qemu-devel] [PATCH 1/5] lsi: use QTAILQ for lsi_queue

2010-01-11 Thread Anthony Liguori
On 01/06/2010 10:08 AM, Gerd Hoffmann wrote: Replace the funky array logic for queued commands with standard qemu list functions. Also rename lsi_queue to lsi_request. Signed-off-by: Gerd Hoffmann Applied all. Thanks. Regards, Anthony Liguori --- hw/lsi53c895a.c | 68 +

[Qemu-devel] [PATCH 1/5] lsi: use QTAILQ for lsi_queue

2010-01-06 Thread Gerd Hoffmann
Replace the funky array logic for queued commands with standard qemu list functions. Also rename lsi_queue to lsi_request. Signed-off-by: Gerd Hoffmann --- hw/lsi53c895a.c | 68 ++ 1 files changed, 28 insertions(+), 40 deletions(-) diff --g