Re: [libvirt] [PATCHv6 1/7] qemu: caps: Add capability for change-backing-file command

2014-07-04 Thread Peter Krempa
On 07/02/14 00:16, Eric Blake wrote: > On 06/26/2014 07:36 AM, Peter Krempa wrote: >> This command allows to change the backing file name recorded in the >> metadata of a qcow (or other) image. The capability also notifies that >> the "block-stream" and "block-commit" commands understand the >> "ba

Re: [libvirt] [PATCHv6 1/7] qemu: caps: Add capability for change-backing-file command

2014-07-01 Thread Eric Blake
On 06/26/2014 07:36 AM, Peter Krempa wrote: > This command allows to change the backing file name recorded in the > metadata of a qcow (or other) image. The capability also notifies that > the "block-stream" and "block-commit" commands understand the > "backing-file" attribute. > --- > src/qemu/qe

[libvirt] [PATCHv6 1/7] qemu: caps: Add capability for change-backing-file command

2014-06-26 Thread Peter Krempa
This command allows to change the backing file name recorded in the metadata of a qcow (or other) image. The capability also notifies that the "block-stream" and "block-commit" commands understand the "backing-file" attribute. --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h |