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

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

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

2018-05-30 Thread Kevin Wolf
Am 29.05.2018 um 22:38 hat Kevin Wolf geschrieben: > 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 m

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

2018-05-30 Thread Jeff Cody
On Tue, May 29, 2018 at 09:43:16PM -0400, Jeff Cody wrote: > On Tue, May 29, 2018 at 10:38:54PM +0200, 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 cr

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

2018-05-29 Thread Jeff Cody
On Tue, May 29, 2018 at 10:38:54PM +0200, 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. > I'm sure modifying the drivers is fodder for a future s

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

2018-05-29 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