diff options
author | Kevin Wolf | 2018-05-03 19:01:14 +0200 |
---|---|---|
committer | Kevin Wolf | 2018-05-23 14:30:51 +0200 |
commit | 1a90bc8128ee7d16ce4abb131961e37084d75b16 (patch) | |
tree | cce03d41627411ada602183ddb1fab87cd76a5ff /MAINTAINERS | |
parent | job: Add JOB_STATUS_CHANGE QMP event (diff) | |
download | qemu-1a90bc8128ee7d16ce4abb131961e37084d75b16.tar.gz qemu-1a90bc8128ee7d16ce4abb131961e37084d75b16.tar.xz qemu-1a90bc8128ee7d16ce4abb131961e37084d75b16.zip |
job: Add lifecycle QMP commands
This adds QMP commands that control the transition between states of the
job lifecycle.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d49c16cdd7..4a0bc1e71b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1370,6 +1370,7 @@ S: Supported F: blockjob.c F: include/block/blockjob.h F: job.c +F: job-qmp.c F: include/block/job.h F: block/backup.c F: block/commit.c |