]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: remove virGetDeviceID
authorJán Tomko <jtomko@redhat.com>
Thu, 13 Jan 2022 17:20:37 +0000 (18:20 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 19 Jan 2022 12:57:59 +0000 (13:57 +0100)
commit44aaa0299259105d7a0bfe80330c176362027b84
tree38281dff9721e61969d41ba7c3dcf758468b192e
parent89803eb5f8ca1005c711b259a210a82a020a452b
util: remove virGetDeviceID

It was only used to construct the hash key for the (now removed)
shared devices in the qemu driver.

Remove it and its mocking.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/libvirt_private.syms
src/util/virutil.c
src/util/virutil.h
tests/qemuhotplugmock.c