提交 86727836 编写于 作者: P Peter Krempa

qemu: Drop word "either" from comments for agent monitor functions

上级 1d4f41fd
...@@ -1162,9 +1162,9 @@ qemuDomainObjExitAgentInternal(struct qemud_driver *driver, ...@@ -1162,9 +1162,9 @@ qemuDomainObjExitAgentInternal(struct qemud_driver *driver,
/* /*
* obj must be locked before calling, qemud_driver must be unlocked * obj must be locked before calling, qemud_driver must be unlocked
* *
* To be called immediately before any QEMU agent API call * To be called immediately before any QEMU agent API call.
* Must have already either called qemuDomainObjBeginJob() and checked * Must have already called qemuDomainObjBeginJob() and checked
* that the VM is still active; * that the VM is still active.
* *
* To be followed with qemuDomainObjExitAgent() once complete * To be followed with qemuDomainObjExitAgent() once complete
*/ */
...@@ -1187,8 +1187,8 @@ void qemuDomainObjExitAgent(struct qemud_driver *driver, ...@@ -1187,8 +1187,8 @@ void qemuDomainObjExitAgent(struct qemud_driver *driver,
/* /*
* obj must be locked before calling, qemud_driver must be locked * obj must be locked before calling, qemud_driver must be locked
* *
* To be called immediately before any QEMU agent API call * To be called immediately before any QEMU agent API call.
* Must have already either called qemuDomainObjBeginJobWithDriver() and * Must have already called qemuDomainObjBeginJobWithDriver() and
* checked that the VM is still active; may not be used for nested async jobs. * checked that the VM is still active; may not be used for nested async jobs.
* *
* To be followed with qemuDomainObjExitAgentWithDriver() once complete * To be followed with qemuDomainObjExitAgentWithDriver() once complete
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册