]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Explicitly pass backing store to qemuBuildStorageSourceChainAttachPrepareBlockd...
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Sep 2019 12:22:41 +0000 (14:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 6 Sep 2019 06:12:21 +0000 (08:12 +0200)
commitb5e7460b234c9c1972cbde375701813609b4ca0c
tree43b176fe0c2c23b34dcae331d665d316d6164739
parent7b47a8f81489660b05ac1b95942dd35260ad37b9
qemu: Explicitly pass backing store to qemuBuildStorageSourceChainAttachPrepareBlockdevTop

In some cases we'll need to pass in a backing store which is not
recorded as the backing store of @src. Export backingStore as variable
and fix all callers to pass in the backing store. No semantic changes
for now.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c