[libvirt] [PATCH 2/2] Iface: disallow network tuning in session mode globally

2014-10-30 Thread Erik Skultety
Patch 43b67f2e disallowed network tuning only with qemu driver, however this patch moved the check for root privileges into virNetDevBandwidthSetInternal wrapper function, so the call should now fail in all possible cases. The reason to create another wrapper is that we do execute a test suite

Re: [libvirt] [PATCH 2/2] Iface: disallow network tuning in session mode globally

2014-10-30 Thread Michal Privoznik
On 30.10.2014 16:14, Erik Skultety wrote: Patch 43b67f2e disallowed network tuning only with qemu driver, however this patch moved the check for root privileges into virNetDevBandwidthSetInternal wrapper function, so the call should now fail in all possible cases. The reason to create another