Re: [libvirt] [PATCH v1 05/11] bandwidth: Create network (un)plug functions

2012-12-03 Thread Michal Privoznik
On 30.11.2012 19:43, Laine Stump wrote: > On 11/19/2012 11:51 AM, Michal Privoznik wrote: >> Network should be notified if we plug in or unplug an >> interface, so it can perform some action, e.g. set/unset >> network part of QoS. >> --- >> src/Makefile.am |7 ++- >> src/conf/domai

Re: [libvirt] [PATCH v1 05/11] bandwidth: Create network (un)plug functions

2012-11-30 Thread Laine Stump
On 11/19/2012 11:51 AM, Michal Privoznik wrote: > Network should be notified if we plug in or unplug an > interface, so it can perform some action, e.g. set/unset > network part of QoS. > --- > src/Makefile.am |7 ++- > src/conf/domain_conf.h |1 + > src/conf/network_conf.

[libvirt] [PATCH v1 05/11] bandwidth: Create network (un)plug functions

2012-11-19 Thread Michal Privoznik
Network should be notified if we plug in or unplug an interface, so it can perform some action, e.g. set/unset network part of QoS. --- src/Makefile.am |7 ++- src/conf/domain_conf.h |1 + src/conf/network_conf.c |1 + src/conf/network_conf.h |3 + src/libv