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

2017-06-13 Thread Erik Skultety
On Mon, Jun 12, 2017 at 05:11:20PM +0200, Philipp Hahn wrote:
> 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:

ACK.
There was 1 more occurrence of the name, so I changed that one as well and
pushed.

Thanks,
Erik

> --
> 2.11.0
>
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


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

2017-06-12 Thread Philipp Hahn
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list