Re: [libvirt] [PATCH 4/7] qemu: fix using defaults when setting persistent iotune params

2020-01-28 Thread Daniel P . Berrangé
On Wed, Jan 08, 2020 at 09:49:28AM +0300, Nikolay Shirokovskiy wrote: > virDomainSetBlockIoTune not simply sets the iotune params given in API > but use current settings for all the omitted params. Unfortunately > it uses current settings for active config when setting inactive > params. Let's fix

[libvirt] [PATCH 4/7] qemu: fix using defaults when setting persistent iotune params

2020-01-07 Thread Nikolay Shirokovskiy
virDomainSetBlockIoTune not simply sets the iotune params given in API but use current settings for all the omitted params. Unfortunately it uses current settings for active config when setting inactive params. Let's fix it. Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_driver.c | 10 +++