Re: [Qemu-devel] [PATCH] iSCSI support

2011-02-26 Thread ronnie sahlberg
Hi Stefan Thanks for reviewing the patch. I have addressed all your items, some with comments below, and will resubmit the patch shortly. Comments below. regards ronnie sahlberg On Sun, Feb 20, 2011 at 2:34 AM, Stefan Hajnoczi wrote: > On Fri, Feb 4, 2011 at 4:37 AM,   wrote: >> From: Ronnie

Re: [Qemu-devel] [PATCH] iSCSI support

2011-02-19 Thread Stefan Hajnoczi
On Fri, Feb 4, 2011 at 4:37 AM, wrote: > From: Ronnie Sahlberg > > This patch adds a new block driver : block.iscsi.c > This driver interfaces with the multiplatform posix library > for iscsi initiator/client access to iscsi devices hosted at > git://github.com/sahlberg/libiscsi.git > > The patc

[Qemu-devel] [PATCH] iSCSI support

2011-02-03 Thread ronniesahlberg
From: Ronnie Sahlberg This patch adds a new block driver : block.iscsi.c This driver interfaces with the multiplatform posix library for iscsi initiator/client access to iscsi devices hosted at git://github.com/sahlberg/libiscsi.git The patch adds the driver to interface with the iscsi library.

Re: [Qemu-devel] [PATCH] iSCSI support

2010-12-29 Thread Stefan Hajnoczi
On Sat, Dec 25, 2010 at 11:44 PM, Ronnie Sahlberg wrote: > This patch adds a new block driver : block.iscsi.c > This driver interfaces with the multiplatform posix library > for iscsi initiator/client access to iscsi devices hosted at > git://github.com/sahlberg/libiscsi.git > > The patch adds the

[Qemu-devel] [PATCH] iSCSI support

2010-12-25 Thread Ronnie Sahlberg
This patch adds a new block driver : block.iscsi.c This driver interfaces with the multiplatform posix library for iscsi initiator/client access to iscsi devices hosted at git://github.com/sahlberg/libiscsi.git The patch adds the driver to interface with the iscsi library. It also updated the conf