]> xenbits.xensource.com Git - libvirt.git/commit
conf: expand network device callbacks to cover bandwidth updates
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 25 Jan 2018 09:35:48 +0000 (09:35 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2018 11:05:10 +0000 (11:05 +0000)
commit1438aea4ee4c65be1c7e5096a5549bc0f7581165
tree71e03f36c2393323526bcaa3d0e1a10dd95a97da
parent5b13570ab8b43ec3c590399ec5a7644d91082149
conf: expand network device callbacks to cover bandwidth updates

Currently the QEMU driver will call directly into the network driver
impl to modify network device bandwidth for interfaces with
type=network. This introduces a callback system to allow us to decouple
the QEMU driver from the network driver.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/network/bridge_driver.c
src/network/bridge_driver.h
src/qemu/qemu_driver.c