On Tue, Feb 16, 2016 at 15:36:54 +0100, Jiri Denemark wrote:
Ending a nested job is no different from ending any other
(non-async)
job, after all the code in qemuDomainBeginJobInternal does not handle
them differently either. Thus we should call qemuDomainObjEndJob to stop
nested jobs.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
ACK