[libvirt] [PATCH] qemu/doc: Fix function name for handling events

Philipp Hahn hahn at univention.de
Mon Jun 12 15:11:20 UTC 2017


Insert missing "IO" into function name.
---
 src/qemu/EVENTHANDLERS.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/EVENTHANDLERS.txt b/src/qemu/EVENTHANDLERS.txt
index 79c1505caa..c7798d600b 100644
--- a/src/qemu/EVENTHANDLERS.txt
+++ b/src/qemu/EVENTHANDLERS.txt
@@ -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:
-- 
2.11.0




More information about the libvir-list mailing list