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

2015-01-22 Thread Peter Krempa
The code modifies the domain configuration but doesn't take a MODIFY type job to do so. --- src/qemu/qemu_driver.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 2c3c3e0..ab65e9b 100644 --- a/src/qemu/qemu_driver.c +++

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

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. --- src/qemu/qemu_driver.c | 5 + 1 file changed, 5 insertions(+) ACK After getting the job, the virDomainLiveConfigHelperMethod is called inside