Re: [Qemu-devel] [PATCH 05/16] scsi: Move sense handling into the driver

2010-11-19 Thread Christoph Hellwig
On Thu, Nov 18, 2010 at 03:47:04PM +0100, Hannes Reinecke wrote: > > The current sense handling in scsi-bus is only used by the > scsi-disk driver; the scsi-generic driver is using its own. > So we should move the current sense handling into the > scsi-disk driver. Looks good.

[Qemu-devel] [PATCH 05/16] scsi: Move sense handling into the driver

2010-11-18 Thread Hannes Reinecke
The current sense handling in scsi-bus is only used by the scsi-disk driver; the scsi-generic driver is using its own. So we should move the current sense handling into the scsi-disk driver. Signed-off-by: Hannes Reinecke --- hw/scsi-bus.c | 10 -- hw/scsi-disk.c | 33 +