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.hender...@linaro.org> Signed-off-by: Philippe Mathieu-Daudé<f4...@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.hender...@linaro.org> r~