Re: [libvirt] [PATCH v2 05/12] qemu: Use qemuDomainsetBlockIoTuneSetDefaults for config

2016-10-25 Thread Erik Skultety
On Thu, Oct 06, 2016 at 06:38:53PM -0400, John Ferlan wrote: > Rather than repeat the lines in the persistent def, use the same helper > to set config values. > > This also fixes a bug where config values for *_max and size_iops_sec would > be set back to 0 if a config value was set. Is there a B

[libvirt] [PATCH v2 05/12] qemu: Use qemuDomainsetBlockIoTuneSetDefaults for config

2016-10-06 Thread John Ferlan
Rather than repeat the lines in the persistent def, use the same helper to set config values. This also fixes a bug where config values for *_max and size_iops_sec would be set back to 0 if a config value was set. Signed-off-by: John Ferlan --- src/qemu/qemu_driver.c | 15 +++ 1 fil