
8 Jul
2019
8 Jul
'19
8:08 a.m.
On Thu, Jul 04, 2019 at 04:26:25PM +0200, Peter Krempa wrote:
When formatting new qcow2 images we need to provide the backing store string which should not contain any authentication or irelevant data.
irrelevant
Add a flag for qemuBlockStorageSourceGetBackendProps which allows to skip the irrelevant data.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_block.c | 121 ++++++++++++++++++++++++---------------- src/qemu/qemu_block.h | 3 +- src/qemu/qemu_command.c | 2 +- tests/qemublocktest.c | 4 +- 4 files changed, 79 insertions(+), 51 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano