• M
    bridge_driver: Introduce networkBandwidthChangeAllowed · 41a1531d
    Michal Privoznik 提交于
    When a domain vNIC's bandwidth is to be changed (at runtime) it is
    possible that guaranteed minimal bandwidth (@floor) will change too.
    Well, so far it is, because we still don't have an implementation that
    allows setting it dynamically, so it's effectively erased on:
    
        #virsh domiftune $dom vnet0 --inbound 0
    
    However, that's slightly unfortunate. We do some checks on domain
    startup to see if @floor can be guaranteed. We ought do the same if
    QoS is changed at runtime.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    41a1531d
bridge_driver.c 166.0 KB