Re: [PATCH 23/24] accel/tcg: Restrict icount to system emulation

2024-04-29 Thread Richard Henderson
On 4/28/24 15:14, Philippe Mathieu-Daudé wrote: So far we don't support icount on user emulation. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 6 ++ 1 file changed, 6 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 23/24] accel/tcg: Restrict icount to system emulation

2024-04-28 Thread Philippe Mathieu-Daudé
So far we don't support icount on user emulation. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/accel/tcg/cpu-exec.c b/accel/tcg/cpu-exec.c index 84fd041aec..1f618f6c2e 100644 --- a/accel/tcg/cpu-exec.c +++ b/accel/tcg/cp