Re: [Qemu-devel] [PATCH v2] Real SCSI device passthrough

2007-12-06 Thread Laurent Vivier
Le jeudi 06 décembre 2007 à 09:30 -0600, Anthony Liguori a écrit : > Hi Laurent, Hi Anthony, > This patch is really neat. I'd like to do the same with virtio-blk. Thank you, > Can you separate out the general cleanups from the function of this patch? Yes, of course. I merged all by laziness..

Re: [Qemu-devel] [PATCH v2] Real SCSI device passthrough

2007-12-06 Thread Anthony Liguori
Hi Laurent, This patch is really neat. I'd like to do the same with virtio-blk. Can you separate out the general cleanups from the function of this patch? Regards, Anthony Liguori Laurent Vivier wrote: This patch allows to connect the virtual SCSI interface of Qemu to a real SCSI device of

[Qemu-devel] [PATCH v2] Real SCSI device passthrough

2007-12-06 Thread Laurent Vivier
This patch allows to connect the virtual SCSI interface of Qemu to a real SCSI device of the host. Using the devices /dev/sg, it allows to send the SCSI commands from the virtual SCSI interface to the real device. It has been tested with a SATA disk and an ATA CD burner with ide-scsi module and