]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Replace qemuDomainDiskSourceDiffers by virStorageSourceIsSameLocation
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Jul 2018 15:11:50 +0000 (17:11 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Jul 2018 13:41:38 +0000 (15:41 +0200)
commit80250f70c506beb31720b2d463edd0c78e0ed887
tree4583b9fdaedd17a54f91137a8e442161c340a82d
parent3dfcd17c9d96377429540709266cf7140d2adc76
qemu: Replace qemuDomainDiskSourceDiffers by virStorageSourceIsSameLocation

Now that we have a saner replacement for checking if the disk source is
the same use it instead of formatting qemu command-line chunks.

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