]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: simplify link from hostdev back to network device
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 26 Jul 2018 16:24:30 +0000 (17:24 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Apr 2019 13:44:53 +0000 (14:44 +0100)
commitbbe2aa627f621e6749af374b22856184d1f351dc
treeaa8b0de8eee135348d7e9e615395c19dd645e0d5
parent43c402aa1604e25ea611b7eeb70d295633b8ed73
conf: simplify link from hostdev back to network device

hostdevs have a link back to the original network device. This is fairly
generic accepting any type of device, however, we don't intend to make
use of this approach in future. It can thus be specialized to network
devices.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_driver.c
src/network/bridge_driver.c
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_hotplug.c
src/util/virhostdev.c