Re: [Qemu-devel] [PATCH 39/42] job: Add lifecycle QMP commands

2018-05-16 Thread Max Reitz
On 2018-05-15 16:08, Kevin Wolf wrote: > Am 15.05.2018 um 00:31 hat Max Reitz geschrieben: >> On 2018-05-09 18:26, Kevin Wolf wrote: >>> This adds QMP commands that control the transition between states of the >>> job lifecycle. >>> >>> Signed-off-by: Kevin Wolf >>> --- >>> qapi/job.json | 112 ++

Re: [Qemu-devel] [PATCH 39/42] job: Add lifecycle QMP commands

2018-05-15 Thread Kevin Wolf
Am 15.05.2018 um 00:31 hat Max Reitz geschrieben: > On 2018-05-09 18:26, Kevin Wolf wrote: > > This adds QMP commands that control the transition between states of the > > job lifecycle. > > > > Signed-off-by: Kevin Wolf > > --- > > qapi/job.json | 112 +++

Re: [Qemu-devel] [PATCH 39/42] job: Add lifecycle QMP commands

2018-05-14 Thread Max Reitz
On 2018-05-09 18:26, Kevin Wolf wrote: > This adds QMP commands that control the transition between states of the > job lifecycle. > > Signed-off-by: Kevin Wolf > --- > qapi/job.json | 112 ++ > job-qmp.c | 140 > ++

[Qemu-devel] [PATCH 39/42] job: Add lifecycle QMP commands

2018-05-09 Thread Kevin Wolf
This adds QMP commands that control the transition between states of the job lifecycle. Signed-off-by: Kevin Wolf --- qapi/job.json | 112 ++ job-qmp.c | 140 ++ MAINTAINERS | 1 + Makefil