Re: [PATCH 10/23] qemu: remove iotune max checks

2021-03-03 Thread Peter Krempa
On Mon, Jan 11, 2021 at 12:50:03 +0300, Nikolay Shirokovskiy wrote: > These checks are now in the above call to virDomainBlockIoTuneValidate. > > Signed-off-by: Nikolay Shirokovskiy > --- > src/qemu/qemu_driver.c | 29 - > 1 file changed, 29 deletions(-) Once there i

[PATCH 10/23] qemu: remove iotune max checks

2021-01-11 Thread Nikolay Shirokovskiy
These checks are now in the above call to virDomainBlockIoTuneValidate. Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_driver.c | 29 - 1 file changed, 29 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 9093baf..02b28f0 100644 -