aboutsummaryrefslogtreecommitdiff
path: root/job-qmp.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23job: Add query-jobs QMP commandKevin Wolf1-0/+54
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 <kwolf@redhat.com>
2018-05-23job: Add lifecycle QMP commandsKevin Wolf1-0/+134
This adds QMP commands that control the transition between states of the job lifecycle. Signed-off-by: Kevin Wolf <kwolf@redhat.com>