You need to sign in or sign up before continuing.
提交 d61f95cf 编写于 作者: J Ján Tomko

qemu: end the agent job in qemuDomainSetTimeAgent

This function grabs an agent job but ends a monitor job.
End the agent job instead.

https://bugzilla.redhat.com/show_bug.cgi?id=1792723Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reported-by: NDan Zheng <dzheng@redhat.com>
Fixes: e005c95f
上级 2feaa925
...@@ -20464,7 +20464,7 @@ qemuDomainSetTimeAgent(virQEMUDriverPtr driver, ...@@ -20464,7 +20464,7 @@ qemuDomainSetTimeAgent(virQEMUDriverPtr driver,
qemuDomainObjExitAgent(vm, agent); qemuDomainObjExitAgent(vm, agent);
endjob: endjob:
qemuDomainObjEndJob(driver, vm); qemuDomainObjEndAgentJob(vm);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册