diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index ff56c463a5b255cd3e0a12f23089afd7890599ba..427258d4a589ea5b4813329c1f7b5273d7737cd6 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -880,8 +880,7 @@ int qemuDomainObjBeginAsyncJob(struct qemud_driver *driver, } /* - * obj must be locked before calling. If qemud_driver is passed, it MUST be - * locked; otherwise it MUST NOT be locked. + * obj and qemud_driver must be locked before calling. * * This must be called by anything that will change the VM state * in any way, or anything that will use the QEMU monitor.