libvirt/src/network
Michal Privoznik fe957f0a6f bandwidth: Integrate bandwidth into portgroups
Every DomainNetDef has a bandwidth, as does every portgroup.
Whenever a DomainNetDef of type NETWORK is about to be used, a call is
made to networkAllocateActualDevice(). This function chooses the "best"
bandwidth object and places it in the DomainActualNetDef.
From that point on, whenever some code needs to use the bandwidth data
for the interface, it's retrieved with virDomainNetGetActualBandwidth(),
which will always return the "best" info as determined in the
previous step.
2011-07-27 10:26:25 +02:00
..
bridge_driver.c bandwidth: Integrate bandwidth into portgroups 2011-07-27 10:26:25 +02:00
bridge_driver.h network: Fix typo 2011-07-26 19:57:34 +08:00
default.xml Move config files to align with driver sources 2009-09-21 14:41:45 +01:00