|
From: | Richard Henderson |
Subject: | Re: [PATCH 05/24] accel/tcg: Assert most of cpu_handle_interrupt() is sysemu-specific |
Date: | Fri, 3 Sep 2021 21:08:47 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 9/2/21 5:16 PM, Philippe Mathieu-Daudé wrote:
To prove TCGCPUOps::cpu_exec_interrupt() is limited to system emulation, start by asserting it is not called under user emulation. Suggested-by: Richard Henderson<richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org> --- accel/tcg/cpu-exec.c | 3 +++ 1 file changed, 3 insertions(+)
Eh, sure, I guess. I meant this merely as a diagnostic aid. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |