[libvirt] [PATCH 3/7] qemu: Fix job handling in qemuDomainSetAutostart

2015-01-22 Thread Peter Krempa
The code modifies the domain configuration but doesn't take a MODIFY type job to do so. This patch also fixes a few very long lines of code around the touched parts. --- src/qemu/qemu_driver.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git

Re: [libvirt] [PATCH 3/7] qemu: Fix job handling in qemuDomainSetAutostart

2015-01-22 Thread Ján Tomko
On 01/22/2015 10:20 AM, Peter Krempa wrote: The code modifies the domain configuration but doesn't take a MODIFY type job to do so. This patch also fixes a few very long lines of code around the touched parts. --- src/qemu/qemu_driver.c | 24 +--- 1 file changed, 17