[libvirt PATCH] qemu: end the agent job in qemuDomainSetTimeAgent

Ján Tomko jtomko at redhat.com
Mon Jan 20 07:01:41 UTC 2020


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

https://bugzilla.redhat.com/show_bug.cgi?id=1792723

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Reported-by: Dan Zheng <dzheng at redhat.com>
Fixes: e005c95f56fee9ed780be7f8db103d690bd34cbd
---
 src/qemu/qemu_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 7e379fe83a..2f66d7cd9a 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -20464,7 +20464,7 @@ qemuDomainSetTimeAgent(virQEMUDriverPtr driver,
     qemuDomainObjExitAgent(vm, agent);
 
  endjob:
-    qemuDomainObjEndJob(driver, vm);
+    qemuDomainObjEndAgentJob(vm);
     return ret;
 }
 
-- 
2.21.0




More information about the libvir-list mailing list