On Fri, Dec 3, 2010 at 11:09 AM, <ronniesahlb...@gmail.com> wrote: > This series of pathces adds built in iscsi support to qemu.
Christoph asked why block/iscsi.c exists and we don't have something like hw/iscsi-disk.c. Any thoughts on "pass-through" SCSI support so CDBs from guest SCSI can be written straight to the iSCSI LUN? Could we support this mode of operation? I like block/iscsi.c because it allows any storage interface (including virtio and ide) to talk to an iSCSI LUN. So I don't think it makes sense to throw away block/iscsi.c. But the idea of a direct iSCSI pass-through might be interesting too. Stefan