]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: rename virDomainNetBackend* to virDomainNetDriver*
authorLaine Stump <laine@redhat.com>
Thu, 27 Oct 2022 20:40:06 +0000 (16:40 -0400)
committerLaine Stump <laine@redhat.com>
Mon, 9 Jan 2023 19:24:27 +0000 (14:24 -0500)
commitd3307a8fd263a74a3e5a1baaf66a3f9b9d79fea0
tree42d9c21a0ac17794a46f41628e69e32e44b440f5
parent49ff47269b71a762ca5de4595f6ec915043e05ce
conf: rename virDomainNetBackend* to virDomainNetDriver*

This fits better with the element containing the value (<driver>), and
allows us to use virDomainNetBackend* for things in the <backend>
element.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_interface.c
src/security/virt-aa-helper.c