]> www.infradead.org Git - users/dwmw2/qemu.git/commit
lsi: use QTAILQ for lsi_queue
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Jan 2010 16:08:00 +0000 (17:08 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Apr 2010 20:01:31 +0000 (22:01 +0200)
commita8c46d182c90873dce5a9eaf97a6c0413751edc7
treed2fe73f9a5585077731c996168e19c0da3813903
parentd80e20a1c32bd1bd73cb6e435a01687211e3b3da
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>
(cherry picked from commit 042ec49dc52e54153942a089a46ae584152998fb)
hw/lsi53c895a.c