]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Add argument for specifying backing name for block commit
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 May 2014 15:41:33 +0000 (17:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 4 Jul 2014 11:00:16 +0000 (13:00 +0200)
commitc29b65291239aae6a6671f2624e28c52efa4c39f
tree3664e862d91c9bd3861cbe099988989970e63d7f
parentb20fb93cc41f3490a71c172c53d1f070f8da7069
qemu: monitor: Add argument for specifying backing name for block commit

To allow changing the name that is recorded in the overlay of the TOP
image used in a block commit operation, we need to specify the backing
name to qemu. This is done via the "backing-file" attribute to the
block-commit command.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c