Re: [libvirt] [PATCHv5 13/19] qemu: caps: Add capability for change-backing-file command

2014-06-19 Thread Eric Blake
On 06/19/2014 07:59 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] [PATCHv5 13/19] qemu: caps: Add capability for change-backing-file command

2014-06-19 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 |