main-loop: Fix comment
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200827175520.32355-1-sw@weilnetz.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
2d27ed8231
commit
a275e9343e
@ -52,7 +52,7 @@ int qemu_init_main_loop(Error **errp);
|
||||
* repeatedly calls main_loop_wait(false).
|
||||
*
|
||||
* Main loop services include file descriptor callbacks, bottom halves
|
||||
* and timers (defined in qemu-timer.h). Bottom halves are similar to timers
|
||||
* and timers (defined in qemu/timer.h). Bottom halves are similar to timers
|
||||
* that execute immediately, but have a lower overhead and scheduling them
|
||||
* is wait-free, thread-safe and signal-safe.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user