mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
job: Add JOB_STATUS_CHANGE QMP event
This adds a QMP event that is emitted whenever a job transitions from one status to another. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
bf42508f24
commit
1dac83f1a1
23 changed files with 449 additions and 44 deletions
|
@ -93,7 +93,7 @@ _send_qemu_cmd $h "{ 'execute': 'block-job-complete',
|
|||
'arguments': {
|
||||
'device': 'virtio0'
|
||||
}
|
||||
}" "COMPLETED"
|
||||
}" '"status": "null"'
|
||||
|
||||
echo
|
||||
echo === Performing Live Snapshot 2 ===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue