提交 ec9f3950 编写于 作者: P Philipp Hahn 提交者: Erik Skultety

qemu/doc: Fix function name for handling events

Insert missing "IO" into function name.
Signed-off-by: NErik Skultety <eskultet@redhat.com>
上级 2feb2fe2
......@@ -17,7 +17,7 @@ other qemu events in the future.
----------------------------------------------------
Any event emitted by qemu is received by
qemu_monitor_json.c:qemuMonitorJSONProcessEvent(). It looks up the
qemu_monitor_json.c:qemuMonitorJSONIOProcessEvent(). It looks up the
event by name in the table eventHandlers (in the same file), which
should have an entry like this for each event that libvirt
understands:
......@@ -27,7 +27,7 @@ understands:
NB: This table is searched with bsearch, so it *must* be
alphabetically sorted.
qemuMonitorJSONProcessEvent calls the function listed in
qemuMonitorJSONIOProcessEvent calls the function listed in
eventHandlers, e.g.:
qemu_monitor_json.c:qemuMonitorJSONHandleNicRxFilterChanged()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册