]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Add support for backing name specification for block-stream
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 May 2014 15:51:21 +0000 (17:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 4 Jul 2014 11:00:17 +0000 (13:00 +0200)
commita448713a455c825277620e16d5c9999347b92ad2
tree3c904112d3a3a6516b3ec227713d789b533e180f
parentc29b65291239aae6a6671f2624e28c52efa4c39f
qemu: monitor: Add support for backing name specification for block-stream

To allow changing the name that is recorded in the top of the current
image chain used in a block pull/rebase operation, we need to specify
the backing name to qemu. This is done via the "backing-file" attribute
to the block-stream commad.
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h