]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: use "stubDriverType" instead of just "stubDriver"
authorLaine Stump <laine@redhat.com>
Sun, 9 Jul 2023 02:11:06 +0000 (22:11 -0400)
committerLaine Stump <laine@redhat.com>
Fri, 25 Aug 2023 03:36:18 +0000 (23:36 -0400)
commitcd2843f5463d93eee00fab31fe259ad1b5b27a27
treecd3882c05d73ab31f4d7bbd00cd1a28e05d9f779
parentde71573bfec7f3acd22ec74794318de121716e21
util: use "stubDriverType" instead of just "stubDriver"

In the past we just kept track of the type of the "stub driver" (the
driver that is bound to a device in order to assign it to a
guest). The next commit will add a stubDriverName to go along with
type, so lets use stubDriverType for the existing enum to make it
easier to keep track of whether we're talking about the name or the
type.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/hypervisor/domain_driver.c
src/hypervisor/virhostdev.c
src/libvirt_private.syms
src/util/virnvme.c
src/util/virpci.c
src/util/virpci.h
tests/virhostdevtest.c
tests/virpcitest.c