]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always use 'alias' in warning message when removing USB address
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 Mar 2019 12:12:32 +0000 (13:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Mar 2019 12:38:57 +0000 (13:38 +0100)
commit3c0b1cfdf618abd7535b768425509ea4313c4ed2
treeef9f1fa793235314e1f46c321e8e95abe71300fe
parentdbd15d6c450872c0db8132945e05834eff639039
qemu: Always use 'alias' in warning message when removing USB address

Avoid the extra parameter passing in the disk 'dst' parameter to be
reported instead of the device alias. Using 'dst' instead of alias does
not add much value.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h
src/qemu/qemu_hotplug.c