Re: [Qemu-devel] [PATCH 0/5] vmdk: Implement x-blockdev-create

2018-05-09 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180509055802.28423-1-f...@redhat.com Subject: [Qemu-devel] [PATCH 0/5] vmdk: Implement x-blockdev-create === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the

Re: [Qemu-devel] [PATCH 0/5] vmdk: Implement x-blockdev-create

2018-05-09 Thread Fam Zheng
On Tue, 05/08 23:08, no-re...@patchew.org wrote: > /var/tmp/patchew-tester-tmp-rg1lnbdu/src/block/vmdk.c: In function > ‘vmdk_co_do_create’: > /var/tmp/patchew-tester-tmp-rg1lnbdu/src/block/vmdk.c:2153:8: error: ‘blk’ > may be used uninitialized in this function [-Werror=maybe-uninitialized] >

Re: [Qemu-devel] [PATCH 0/5] vmdk: Implement x-blockdev-create

2018-05-08 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180509055802.28423-1-f...@redhat.com Subject: [Qemu-devel] [PATCH 0/5] vmdk: Implement

[Qemu-devel] [PATCH 0/5] vmdk: Implement x-blockdev-create

2018-05-08 Thread Fam Zheng
This adds vmdk support to x-blockdev-create command. Unlike other formats, several VMDK subformats consists of multiple files (extents). In the QAPI interface we use an array of BlockdevRef to pass in. The management tool need to figure out how many extent files are needed but that is simple enoug