Re: [libvirt] [PATCH v2 5/7] bandwitdh: Implement functions to enable and disable QoS

2011-07-18 Thread Jiri Denemark
On Tue, Jul 12, 2011 at 13:57:11 +0200, Michal Privoznik wrote: > These function executes 'tc' with appropriate arguments to set > desired QoS setting on interface or bridge during its creation. > --- > configure.ac|4 + > src/libvirt_private.syms|2 + > src/network/bri

[libvirt] [PATCH v2 5/7] bandwitdh: Implement functions to enable and disable QoS

2011-07-12 Thread Michal Privoznik
These function executes 'tc' with appropriate arguments to set desired QoS setting on interface or bridge during its creation. --- configure.ac|4 + src/libvirt_private.syms|2 + src/network/bridge_driver.c | 12 +++ src/qemu/qemu_command.c | 10 +++- src/util/m