]> git.ipfire.org Git - thirdparty/qemu.git/commit
lsi: pass lsi_request to lsi_reselect
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Jan 2010 16:08:04 +0000 (17:08 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Apr 2010 20:02:03 +0000 (22:02 +0200)
commit3b4bef06969e42bdb929284ecff1dfb41d1b4aed
tree9aae22ca75bf42346b0f65b19929109f4d8e69bb
parentd89930374302722f78bd4337c167e7e8fd7a169a
lsi: pass lsi_request to lsi_reselect

All callers of lsi_reselect have a lsi_request struct at hand anyway.
So just pass it directly instead of having lsi_reselect search for it
using the tag.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit aa4d32c4742e62e09786bd1067a5b98239867e93)
hw/lsi53c895a.c