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
> "backing-file" attribute.
> ---
> src/qemu/qemu_capabilities.c | 2 ++
> src/qemu/qemu_capabilities.h | 1 +
> 2 files changed, 3 insertions(+)
Upstream qemu.git (and therefore qemu.git) now has everything we need
for this; but I'd still rather wait until after the 1.2.6 release (in
part so that the active-commit stuff can go in first, to minimize rebase
churn):
commit fa40e65622352012dccd435147f28161375a6815
Author: Jeff Cody <jcody(a)redhat.com>
Date: Tue Jul 1 09:52:16 2014 +0200
Now when the release is done and you've pushed your active-commit bits
I've pushed 1-3 of this series according to earlier ACKs and I'm going
to repost the rest due to a rebase conflict.
Peter