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