All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough (v5)
@ 2007-12-21 16:40 Laurent Vivier
  2007-12-21 16:40 ` [Qemu-devel] [PATCH 1/2] " Laurent Vivier
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Vivier @ 2007-12-21 16:40 UTC (permalink / raw)
  Cc: qemu-devel


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

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

end of thread, other threads:[~2007-12-25  0:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 16:40 [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough (v5) Laurent Vivier
2007-12-21 16:40 ` [Qemu-devel] [PATCH 1/2] " Laurent Vivier
2007-12-21 16:40   ` [Qemu-devel] [PATCH 2/2] Real SCSI device DMA split (v5) Laurent Vivier
2007-12-25  0:36   ` [Qemu-devel] [PATCH 1/2] Real SCSI device passthrough (v5) Thiemo Seufer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.