Re: [libvirt PATCH 1/5] qemu: fail on attempt to set 'floor' if interface type is not 'network'

2020-02-12 Thread Michal Privoznik
On 2/10/20 5:10 PM, Pavel Mores wrote: QoS 'floor' setting is documented to be only supported for interfaces of type 'network'. Fail with an error message on attempt to set 'floor' on an interface of any other type. Signed-off-by: Pavel Mores --- src/qemu/qemu_driver.c | 13 ++---

[libvirt PATCH 1/5] qemu: fail on attempt to set 'floor' if interface type is not 'network'

2020-02-10 Thread Pavel Mores
QoS 'floor' setting is documented to be only supported for interfaces of type 'network'. Fail with an error message on attempt to set 'floor' on an interface of any other type. Signed-off-by: Pavel Mores --- src/qemu/qemu_driver.c | 13 ++--- 1 file changed, 10 insertions(+), 3