wip: backup: qemu: Wire up qemu full push backup commands over QMP
commit229dc8a056584ac77be9d5f2df0d50170e84dbc8
authorEric Blake <eblake@redhat.com>
Wed, 13 Feb 2019 04:20:07 +0000 (12 22:20 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 7 Mar 2019 05:31:39 +0000 (6 23:31 -0600)
tree190eac79aad392c4bed8d16d956f90da9da02085
parent02877c5cfdf4a638b1d24aa7cf5b77e26654e561
wip: backup: qemu: Wire up qemu full push backup commands over QMP

wip: still need to polish event code, cleanup properly on errors

Update the code to support push backups; for now, the destination
file still has to be local, although the XML could be extended into
supporting remote destinations (where we will have to use the full
power of blockdev-add). This also touches up the event handling
to inform the user when the job is complete.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_driver.c