28 Jan
2019
28 Jan
'19
11:31 p.m.
On 1/23/19 11:11 AM, Peter Krempa wrote:
Previously there weren't any suitable functions which would allow setting up host side of a full disk chain so we've opted to replace the 'src' in a virDomainDiskDef by the new image source.
That is now no longer necessary so remove the munging.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_driver.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John