Re: [libvirt] [PATCH 9/9] qemu: Implement VIR_DOMAIN_BANDWIDTH_IN_FLOOR

2015-08-11 Thread Michal Privoznik
On 11.08.2015 03:31, John Ferlan wrote: > > > On 08/03/2015 02:39 AM, Michal Privoznik wrote: >> Well, there are just two places that needs adjustment: >> >> qemuDomainGetInterfaceParameters - to report the @floor >> qemuDomainSetInterfaceParameters - now that the function has been >> fixed, we c

Re: [libvirt] [PATCH 9/9] qemu: Implement VIR_DOMAIN_BANDWIDTH_IN_FLOOR

2015-08-10 Thread John Ferlan
On 08/03/2015 02:39 AM, Michal Privoznik wrote: > Well, there are just two places that needs adjustment: > > qemuDomainGetInterfaceParameters - to report the @floor > qemuDomainSetInterfaceParameters - now that the function has been > fixed, we can allow updating @floor too. > > Signed-off-by:

[libvirt] [PATCH 9/9] qemu: Implement VIR_DOMAIN_BANDWIDTH_IN_FLOOR

2015-08-02 Thread Michal Privoznik
Well, there are just two places that needs adjustment: qemuDomainGetInterfaceParameters - to report the @floor qemuDomainSetInterfaceParameters - now that the function has been fixed, we can allow updating @floor too. Signed-off-by: Michal Privoznik --- src/qemu/qemu_driver.c | 23 +