Re: [libvirt] [PATCH 2/9] qemu: snapshot revert: reuse common cleanup code

2018-12-20 Thread John Ferlan
On 12/13/18 3:03 AM, Nikolay Shirokovskiy wrote: > Commit [1] changed cleanup code to first remove inactive domain > and then release job so we can reuse common cleanup code. > > [1] 9115dcd83 qemu: Introduce and use qemuDomainRemoveInactiveJob > > Signed-off-by: Nikolay Shirokovskiy > --- >

[libvirt] [PATCH 2/9] qemu: snapshot revert: reuse common cleanup code

2018-12-13 Thread Nikolay Shirokovskiy
Commit [1] changed cleanup code to first remove inactive domain and then release job so we can reuse common cleanup code. [1] 9115dcd83 qemu: Introduce and use qemuDomainRemoveInactiveJob Signed-off-by: Nikolay Shirokovskiy --- src/qemu/qemu_driver.c | 6 ++ 1 file changed, 2