[Qemu-devel] [PATCH] libiscsi: look for pkg-config file too

2013-02-22 Thread Paolo Bonzini
Due to library conflicts, Fedora will have to put libiscsi in /usr/lib/iscsi. Simplify configuration by using a pkg-config file. The Fedora package will distribute one, and the patch to add it has been sent to upstream libiscsi as well. Signed-off-by: Paolo Bonzini --- configure | 8 +++-

Re: [Qemu-devel] [PATCH] libiscsi

2010-12-20 Thread ronnie sahlberg
Thanks. I have implemented all of your suggestions and will submit version 2 of the patch shortly. regards ronnie sahlberg On Tue, Dec 14, 2010 at 7:47 AM, Blue Swirl wrote: > On Mon, Dec 13, 2010 at 8:05 AM, Ronnie Sahlberg > wrote: >> This patch adds a new block driver : block.iscsi.c >> Thi

Re: [Qemu-devel] [PATCH] libiscsi

2010-12-13 Thread Blue Swirl
On Mon, Dec 13, 2010 at 8:05 AM, 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] libiscsi

2010-12-13 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