qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] LSI53C895A and scsi-disk fixes
@ 2009-01-23 14:21 Ryan Harper
  2009-01-23 14:21 ` [Qemu-devel] [PATCH 1/2] lsi: add ISTAT1 register read Ryan Harper
  2009-01-23 14:21 ` [Qemu-devel] [PATCH 2/2] lsi, scsi-disk: check for reentrance via tag matching Ryan Harper
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan Harper @ 2009-01-23 14:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Ryan Harper, kvm

While trying to get SLES10 SP2 installed to a scsi disk, I encountered a couple
of errors.  The first patch just adds support for ISTAT1 register to be read.
The second patch handles re-entrance issues present in the lsi driver and
scsi-disk.  Due to the async/callback structure of the LSI and scsi code, there
are situations where lsi_do_command() and scsi_send_command() can nest.  Patch2
detects and handle these cases.

Applying these two patches allows SLES10 SP2 to function properly.  I've tested
the scsi changes against Ubuntu 8.04.2, 8.10, RHEL5u2, openSuSE11, FreeBSD 7,
Windows XP, Windows XP 64, 2k3 and didn't see any regressions.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-01-23 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 14:21 [Qemu-devel] [PATCH 0/2] LSI53C895A and scsi-disk fixes Ryan Harper
2009-01-23 14:21 ` [Qemu-devel] [PATCH 1/2] lsi: add ISTAT1 register read Ryan Harper
2009-01-23 14:21 ` [Qemu-devel] [PATCH 2/2] lsi, scsi-disk: check for reentrance via tag matching Ryan Harper
2009-01-23 15:00   ` [Qemu-devel] " Anthony Liguori
2009-01-23 15:23     ` Ryan Harper
2009-01-23 15:42       ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).