qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] scsi-disk: improve the emulation of theMODE SENSE command
@ 2010-08-31  9:22 Bernhard Kohl
  2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 1/6] scsi-disk: fix the mode data length field returned by the MODE " Bernhard Kohl
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bernhard Kohl @ 2010-08-31  9:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

This series fixes some issues with the MODE SENSE command.

I have an OS which fails during this command. It works fine with
real SCSI disk hardware.

Changes v1 -> v2:

Applied all review comments from Kevin.

1/6: unchanged
2/6: Kevin's comments
3/6: Kevin's comments, renamed the subject of the patch,
     improved handling of page control (PC) field
4/6: unchanged
5/6: new patch, bug found during rework
6/6: new patch, due to Kevin's comments

[PATCH v2 1/6] scsi-disk: fix the mode data length field returned by the MODE SENSE command
[PATCH v2 2/6] scsi-disk: fix the mode data header returned by the MODE SENSE(10) command
[PATCH v2 3/6] scsi-disk: respect the page control (PC) field in the MODE SENSE command
[PATCH v2 4/6] scsi-disk: fix the block descriptor returned by the MODE SENSE command
[PATCH v2 5/6] scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE command
[PATCH v2 6/6] scsi-disk: fix the check of the DBD bit in the MODE SENSE command

 hw/scsi-disk.c |   85 +++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 66 insertions(+), 19 deletions(-)

Thanks
Bernhard

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

end of thread, other threads:[~2010-08-31 10:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31  9:22 [Qemu-devel] [PATCH v2 0/6] scsi-disk: improve the emulation of theMODE SENSE command Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 1/6] scsi-disk: fix the mode data length field returned by the MODE " Bernhard Kohl
2010-08-31 10:26   ` [Qemu-devel] " Kevin Wolf
2010-08-31 10:52     ` Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 2/6] scsi-disk: fix the mode data header returned by the MODE SENSE(10) command Bernhard Kohl
2010-08-31  9:47   ` [Qemu-devel] " Kevin Wolf
2010-08-31 10:24     ` Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 3/6] scsi-disk: respect the page control (PC) field in the MODE SENSE command Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 4/6] scsi-disk: fix the block descriptor returned by " Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 5/6] scsi-disk: return CHECK CONDITION for unknown page codes in " Bernhard Kohl
2010-08-31  9:22 ` [Qemu-devel] [PATCH v2 6/6] scsi-disk: fix the check of the DBD bit " Bernhard Kohl

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).