qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] main-loop: Fix comment
@ 2020-08-27 17:55 Stefan Weil
  2020-08-31 19:59 ` Philippe Mathieu-Daudé
  2020-09-01 10:08 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2020-08-27 17:55 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini; +Cc: qemu-trivial, Stefan Weil

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 include/qemu/main-loop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qemu/main-loop.h b/include/qemu/main-loop.h
index 8e98613656..d6892fd208 100644
--- a/include/qemu/main-loop.h
+++ b/include/qemu/main-loop.h
@@ -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.
  *
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] main-loop: Fix comment
  2020-08-27 17:55 [PATCH] main-loop: Fix comment Stefan Weil
@ 2020-08-31 19:59 ` Philippe Mathieu-Daudé
  2020-09-01 10:08 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-31 19:59 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Paolo Bonzini, qemu-devel@nongnu.org Developers

[-- Attachment #1: Type: text/plain, Size: 968 bytes --]

Le jeu. 27 août 2020 19:55, Stefan Weil <sw@weilnetz.de> a écrit :

> Signed-off-by: Stefan Weil <sw@weilnetz.de>
>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

---
>  include/qemu/main-loop.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/qemu/main-loop.h b/include/qemu/main-loop.h
> index 8e98613656..d6892fd208 100644
> --- a/include/qemu/main-loop.h
> +++ b/include/qemu/main-loop.h
> @@ -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.
>   *
> --
> 2.28.0
>
>

[-- Attachment #2: Type: text/html, Size: 1860 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] main-loop: Fix comment
  2020-08-27 17:55 [PATCH] main-loop: Fix comment Stefan Weil
  2020-08-31 19:59 ` Philippe Mathieu-Daudé
@ 2020-09-01 10:08 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2020-09-01 10:08 UTC (permalink / raw)
  To: Stefan Weil, qemu-devel, Paolo Bonzini; +Cc: qemu-trivial

Le 27/08/2020 à 19:55, Stefan Weil a écrit :
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  include/qemu/main-loop.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/qemu/main-loop.h b/include/qemu/main-loop.h
> index 8e98613656..d6892fd208 100644
> --- a/include/qemu/main-loop.h
> +++ b/include/qemu/main-loop.h
> @@ -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.
>   *
> 

Applied to my trivial-patches branch.

Thanks,
Laurent


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-01 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-27 17:55 [PATCH] main-loop: Fix comment Stefan Weil
2020-08-31 19:59 ` Philippe Mathieu-Daudé
2020-09-01 10:08 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).