Re: [libvirt PATCH v2 1/6] qemu: test if bandwidth has 'floor' factored out to separate function

2020-02-17 Thread Michal Privoznik
On 2/14/20 5:26 PM, Pavel Mores wrote: This compound condition will be useful in several places so it makes sense to give it a name for better readability. Signed-off-by: Pavel Mores --- src/conf/netdev_bandwidth_conf.h | 7 +++ src/network/bridge_driver.c | 8 2 files

[libvirt PATCH v2 1/6] qemu: test if bandwidth has 'floor' factored out to separate function

2020-02-14 Thread Pavel Mores
This compound condition will be useful in several places so it makes sense to give it a name for better readability. Signed-off-by: Pavel Mores --- src/conf/netdev_bandwidth_conf.h | 7 +++ src/network/bridge_driver.c | 8 2 files changed, 11 insertions(+), 4 deletions(-)