lsi: use QTAILQ for lsi_queue
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Jan 2010 16:08:00 +0000 (17:08 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Jan 2010 15:56:30 +0000 (09:56 -0600)
commit4d770792a5e3150d3fe1e5fd6a36b3a011ab235c
tree66e9961a76850163e4e4a0b982862ed2c224d7c9
parent124bdd6ce0f94129b6aa88b9aa84af1fdad0733b
lsi: use QTAILQ for lsi_queue

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 <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/lsi53c895a.c