Re: [Qemu-devel] [PATCH 40/42] job: Add query-jobs QMP command

2018-05-16 Thread Max Reitz
On 2018-05-16 13:21, Kevin Wolf wrote: > Am 15.05.2018 um 01:09 hat Max Reitz geschrieben: >> On 2018-05-09 18:26, Kevin Wolf wrote: >>> This adds a minimal query-jobs implementation that shouldn't pose many >>> design questions. It can later be extended to expose more information, >>> and especial

Re: [Qemu-devel] [PATCH 40/42] job: Add query-jobs QMP command

2018-05-16 Thread Kevin Wolf
Am 15.05.2018 um 01:09 hat Max Reitz geschrieben: > On 2018-05-09 18:26, Kevin Wolf wrote: > > This adds a minimal query-jobs implementation that shouldn't pose many > > design questions. It can later be extended to expose more information, > > and especially job-specific information. > > > > Sign

Re: [Qemu-devel] [PATCH 40/42] job: Add query-jobs QMP command

2018-05-14 Thread Max Reitz
On 2018-05-09 18:26, Kevin Wolf wrote: > This adds a minimal query-jobs implementation that shouldn't pose many > design questions. It can later be extended to expose more information, > and especially job-specific information. > > Signed-off-by: Kevin Wolf > --- > qapi/block-core.json | 18

[Qemu-devel] [PATCH 40/42] job: Add query-jobs QMP command

2018-05-09 Thread Kevin Wolf
This adds a minimal query-jobs implementation that shouldn't pose many design questions. It can later be extended to expose more information, and especially job-specific information. Signed-off-by: Kevin Wolf --- qapi/block-core.json | 18 qapi/job.json| 59 +