qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [Patch 0/14] builtin iscsi support
Date: Fri, 03 Dec 2010 09:05:11 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 12/03/2010 05:09 AM, address@hidden wrote:
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.

So should the library be packaged outside of QEMU and then we'll just link against it?

Regards,

Anthony Liguroi


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]