Re: [libvirt] [PATCHv5 14/19] qemu: monitor: Add argument for specifying backing name for block commit

2014-06-24 Thread Eric Blake
On 06/19/2014 07:59 AM, Peter Krempa wrote: > 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. Yeah, I can see

[libvirt] [PATCHv5 14/19] qemu: monitor: Add argument for specifying backing name for block commit

2014-06-19 Thread Peter Krempa
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_capabilities.c | 2 +- src/qemu/qemu_driver.c