* [PATCH] accel/tcg: Fix typo in translator_io_start() description
@ 2023-08-30 16:08 Philippe Mathieu-Daudé
2023-08-30 20:39 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-30 16:08 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Richard Henderson, Philippe Mathieu-Daudé
Missed while reviewing commit dfd1b81274
("accel/tcg: Introduce translator_io_start").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
include/exec/translator.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/translator.h b/include/exec/translator.h
index a53d3243d4..4e17c4f401 100644
--- a/include/exec/translator.h
+++ b/include/exec/translator.h
@@ -159,7 +159,7 @@ bool translator_use_goto_tb(DisasContextBase *db, vaddr dest);
* translator_io_start
* @db: Disassembly context
*
- * If icount is enabled, set cpu->can_to_io, adjust db->is_jmp to
+ * If icount is enabled, set cpu->can_do_io, adjust db->is_jmp to
* DISAS_TOO_MANY if it is still DISAS_NEXT, and return true.
* Otherwise return false.
*/
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] accel/tcg: Fix typo in translator_io_start() description
2023-08-30 16:08 [PATCH] accel/tcg: Fix typo in translator_io_start() description Philippe Mathieu-Daudé
@ 2023-08-30 20:39 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2023-08-30 20:39 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel; +Cc: qemu-trivial
On 8/30/23 09:08, Philippe Mathieu-Daudé wrote:
> Missed while reviewing commit dfd1b81274
> ("accel/tcg: Introduce translator_io_start").
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> include/exec/translator.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/exec/translator.h b/include/exec/translator.h
> index a53d3243d4..4e17c4f401 100644
> --- a/include/exec/translator.h
> +++ b/include/exec/translator.h
> @@ -159,7 +159,7 @@ bool translator_use_goto_tb(DisasContextBase *db, vaddr dest);
> * translator_io_start
> * @db: Disassembly context
> *
> - * If icount is enabled, set cpu->can_to_io, adjust db->is_jmp to
> + * If icount is enabled, set cpu->can_do_io, adjust db->is_jmp to
> * DISAS_TOO_MANY if it is still DISAS_NEXT, and return true.
> * Otherwise return false.
> */
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
And queued to tcg-next.
r~
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-30 20:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 16:08 [PATCH] accel/tcg: Fix typo in translator_io_start() description Philippe Mathieu-Daudé
2023-08-30 20:39 ` Richard Henderson
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).