qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Laurent Vivier
Subject: [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough (v5)
Date: Fri, 21 Dec 2007 17:40:39 +0100

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 SCSI interface of Qemu to
a real SCSI device of the host.

[PATCH 2/2] Real SCSI device DMA split (v5)

This patch allows to split a READ or WRITE into several READ or WRITE.

Laurent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]