Re: [Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API

2018-05-28 Thread Kevin Wolf
Am 25.05.2018 um 20:13 hat Eric Blake geschrieben: > On 05/25/2018 11:33 AM, Kevin Wolf wrote: > > This changes the x-blockdev-create QMP command so that it doesn't block > > the monitor and the main loop any more, but starts a background job that > > performs the image creation. > > > > The basic

Re: [Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API

2018-05-25 Thread Eric Blake
On 05/25/2018 11:33 AM, Kevin Wolf wrote: This changes the x-blockdev-create QMP command so that it doesn't block the monitor and the main loop any more, but starts a background job that performs the image creation. The basic job as implemented here is all that is necessary to make image creatio

Re: [Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API

2018-05-25 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180525163327.23097-1-kw...@redhat.com Subject: [Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API

2018-05-25 Thread Kevin Wolf
This changes the x-blockdev-create QMP command so that it doesn't block the monitor and the main loop any more, but starts a background job that performs the image creation. The basic job as implemented here is all that is necessary to make image creation asynchronous and to provide a QMP interfac