]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: Allow backing file links in change_parent_backing_link()
authorKevin Wolf <kwolf@redhat.com>
Thu, 9 Feb 2017 11:51:18 +0000 (12:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 28 Feb 2017 19:40:37 +0000 (20:40 +0100)
commit3e44c8e08a4b84ec1f4f1eb249d33005bb9cf572
tree575c8145dc369d02b00e7626c71fa8a6d7014da1
parentdb95dbba3b7b09cd11ffaf3a8453c2500e807f80
block: Allow backing file links in change_parent_backing_link()

Now that the backing file child role implements .attach/.detach
callbacks, nothing prevents us from modifying the graph even if that
involves changing backing file links.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
block.c