Re: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2

2018-01-29 Thread Max Reitz
On 2018-01-11 20:52, Kevin Wolf wrote: > This series implements a minimal QMP command that allows to create an > image format on a given block node. The interface is still going to > change to some kind of an async command (possibly a block job), so I > prefixed x- for now. > > At this point, I'm

Re: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2

2018-01-16 Thread Kevin Wolf
Am 11.01.2018 um 20:52 hat Kevin Wolf geschrieben: > This series implements a minimal QMP command that allows to create an > image format on a given block node. The interface is still going to > change to some kind of an async command (possibly a block job), so I > prefixed x- for now. > > At this

Re: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2

2018-01-11 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 2018095225.4226-1-kw...@redhat.com Subject: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2

2018-01-11 Thread no-reply
Hi, This series failed build test on ppc host. Please find the details below. Message-id: 2018095225.4226-1-kw...@redhat.com Subject: [Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2 Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

[Qemu-devel] [RFC PATCH 00/10] x-blockdev-create for qcow2

2018-01-11 Thread Kevin Wolf
This series implements a minimal QMP command that allows to create an image format on a given block node. The interface is still going to change to some kind of an async command (possibly a block job), so I prefixed x- for now. At this point, I'm mostly interested in comments about BlockdevCreateO