diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-05-16 16:03:10 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-05-23 14:30:51 +0200 |
commit | bf42508f24ee1368267b421e145fa90315b77936 (patch) | |
tree | 6e5eebd250d9719089bb962bcf7cbf48241a8013 /MAINTAINERS | |
parent | 30a5c887bf4a7e00d0e0ecbb08509e8ba2902620 (diff) | |
download | qemu-bf42508f24ee1368267b421e145fa90315b77936.zip |
job: Introduce qapi/job.json
This adds a separate schema file for all job-related definitions that
aren't tied to the block layer.
For a start, move the enums JobType, JobStatus and JobVerb.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@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 9fba3307d9..d49c16cdd7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1375,6 +1375,7 @@ F: block/backup.c F: block/commit.c F: block/stream.c F: block/mirror.c +F: qapi/job.json T: git git://github.com/codyprime/qemu-kvm-jtc.git block Block QAPI, monitor, command line |