[Qemu-devel] [PATCH 0/2] Real SCSI device passthrough (v5)

2007-12-21 Thread Laurent Vivier
This series of patches allows to connect real SCSI device to the virtual SCSI controller of Qemu using the SCSI Generic interface (/dev/sg) for instance: qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi [PATCH 1/2] Real SCSI device passthrough (v5) This patch allows to connect the virtual

Re: [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough

2007-12-09 Thread Thiemo Seufer
Laurent Vivier wrote: > > This series of patches allows to connect real SCSI device to the virtual > SCSI controller of Qemu using the SCSI Generic interface (/dev/sg) > > for instance: > > qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi Please update also the documentation to mention this

[Qemu-devel] [PATCH 0/2] Real SCSI device passthrough

2007-12-07 Thread Laurent Vivier
This series of patches allows to connect real SCSI device to the virtual SCSI controller of Qemu using the SCSI Generic interface (/dev/sg) for instance: qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi [PATCH 1/2] SCSI cleanup This patch reworks the interface between SCSI controller a