On Tue, Sep 03, 2019 at 04:08:01PM +0200, Peter Krempa wrote:
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(a)redhat.com>
---
src/qemu/qemu_command.c | 12 +++++++++---
src/qemu/qemu_command.h | 1 +
src/qemu/qemu_driver.c | 1 +
3 files changed, 11 insertions(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano