Re: [Qemu-devel] [PATCH] iscsi: add iscsi_create support

2012-11-19 Thread Paolo Bonzini
Il 17/11/2012 16:13, Peter Lieven ha scritto: > This patch adds support for bdrv_create. This allows e.g. > to use qemu-img to convert from any supported device to > an iscsi backed storage as destination. > > Signed-off-by: Peter Lieven > > diff --git a/block/iscsi.c b/block/iscsi.c > index 4bc

[Qemu-devel] [PATCH] iscsi: add iscsi_create support

2012-11-17 Thread Peter Lieven
This patch adds support for bdrv_create. This allows e.g. to use qemu-img to convert from any supported device to an iscsi backed storage as destination. Signed-off-by: Peter Lieven diff --git a/block/iscsi.c b/block/iscsi.c index 4bc3d4b..eb586cb 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @