28 Jan
2019
28 Jan
'19
11:43 p.m.
On 1/23/19 11:11 AM, Peter Krempa wrote:
Rather than passing in a virStorageSource which would override the originally passed disk->src we can now drop passing in a disk completely as all functions called inside here require a virStorageSource.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_hotplug.c | 75 ++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 46 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John