[Qemu-devel] [PATCH v2] vmdk: Allow selecting SCSI adapter in image creation

2013-01-29 Thread Othmar Pasteka
uot;ide". Also see LP#545089 Signed-off-by: Othmar Pasteka --- v2: indentation fix block/vmdk.c | 31 --- include/block/block_int.h |1 + 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 833

Re: [Qemu-devel] [PATCH] vmdk: Allow selecting SCSI adapter in image creation

2013-01-28 Thread Othmar Pasteka
Hello, On Mon, Jan 28, 2013 at 11:56:47PM +0100, Othmar Pasteka wrote: > @@ -1453,6 +1454,7 @@ static int vmdk_create(const char *filename, > QEMUOptionParameter *options) > const char *desc_extent_line; > char parent_desc_line[BUF_SIZE] = ""; > uint32_

[Qemu-devel] [PATCH] vmdk: Allow selecting SCSI adapter in image creation

2013-01-28 Thread Othmar Pasteka
uot;ide". Also see LP#545089 Signed-off-by: Othmar Pasteka --- block/vmdk.c | 31 --- include/block/block_int.h |1 + 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 19298c2..2a84e1d 100644 ---