All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: ronniesahlberg@gmail.com
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Patch 0/14] builtin iscsi support
Date: Fri, 03 Dec 2010 09:05:11 -0600	[thread overview]
Message-ID: <4CF90727.7000507@codemonkey.ws> (raw)
In-Reply-To: <1291374593-17448-1-git-send-email-ronniesahlberg@gmail.com>

On 12/03/2010 05:09 AM, ronniesahlberg@gmail.com 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
>
>
>    

  parent reply	other threads:[~2010-12-03 15:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-03 11:09 [Qemu-devel] [Patch 0/14] builtin iscsi support ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 01/14] ./block/iscsi/init.c ronniesahlberg
2010-12-03 20:32   ` Stefan Hajnoczi
2010-12-03 21:23     ` ronnie sahlberg
2010-12-06 16:09       ` Kevin Wolf
2010-12-03 11:09 ` [Qemu-devel] [PATCH 02/14] ./block/iscsi/socket.c ronniesahlberg
2010-12-04 13:06   ` Stefan Hajnoczi
2010-12-03 11:09 ` [Qemu-devel] [PATCH 03/14] ./block/iscsi/login.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 04/14] ./block/iscsi/discovery.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 05/14] ./block/iscsi/crc32c.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 06/14] ./block/iscsi/nop.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 07/14] ./block/iscsi/pdu.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 08/14] ./block/iscsi/sscsi-command.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 09/14] ./block/iscsi/scsi-lowlevel.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 10/14] ./block/iscsi/sync.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 11/14] ./block/iscsi/connect.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 12/14] ./block/iscsi/*.h ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 13/14] ./block/iscsi.c ronniesahlberg
2010-12-03 11:09 ` [Qemu-devel] [PATCH 14/14] iscsi support ronniesahlberg
2010-12-03 11:42 ` [Qemu-devel] [Patch 0/14] builtin " Stefan Hajnoczi
2010-12-03 11:50   ` ronnie sahlberg
2010-12-03 15:05 ` Anthony Liguori [this message]
2010-12-03 19:57   ` ronnie sahlberg
2010-12-03 21:22     ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CF90727.7000507@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    --cc=ronniesahlberg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.