qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Patch 0/14] builtin iscsi support


From: ronniesahlberg
Subject: [Qemu-devel] [Patch 0/14] builtin iscsi support
Date: Fri, 3 Dec 2010 22:09:39 +1100

This series of pathces adds built in iscsi support to qemu.
The first 12 patches 14 adds a general purpose iscsi client library
in a separate subdirectory ./block/iscsi
that is aimed at being useful not only for kvm/qemu but for all scsi
relates applications.

Patch 13 adds the block driver ./block/iscsi.c that interfaces qemu with the 
library

and patch 14 adds the library to build on posix platforms


Please review and/or apply.

Note that ./block/iscsi/* is aimed at being re-used outisde of qemu/kvm
in other applications why qemu/kvm specific calkls are not used there.


Syntax to use with TGTD iscsi target is 
  -drive file=iscsi://<host>[:<port>]/<target-iqn-name>/<lun>
for disk devices and
  -cdrom iscsi://<host>[:<port>]/<target-iqn-name>/<lun>
for cdrom devices




reply via email to

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