Re: [libvirt] [PATCH v2 03/12] qemu: Move setting of conf_disk in qemuDomainSetBlockIoTune

2016-10-24 Thread Erik Skultety
On Thu, Oct 06, 2016 at 06:38:51PM -0400, John Ferlan wrote: > Since persistent_def is the only place that uses it, let's just keep > it closer to where it's used. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_driver.c | 15 ++- > 1 file changed, 6

[libvirt] [PATCH v2 03/12] qemu: Move setting of conf_disk in qemuDomainSetBlockIoTune

2016-10-06 Thread John Ferlan
Since persistent_def is the only place that uses it, let's just keep it closer to where it's used. Signed-off-by: John Ferlan --- src/qemu/qemu_driver.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/qemu/qemu_driver.c