Re: [PATCH 22/24] target/xtensa: Restrict cpu_exec_interrupt() handler to sysemu

2021-09-03 Thread Richard Henderson
On 9/2/21 5:17 PM, Philippe Mathieu-Daudé wrote: Restrict cpu_exec_interrupt() and its callees to sysemu. Signed-off-by: Philippe Mathieu-Daudé --- target/xtensa/cpu.h| 4 ++-- target/xtensa/cpu.c| 2 +- target/xtensa/exc_helper.c | 7 ++- 3 files changed, 5 insertions(+

Re: [PATCH 22/24] target/xtensa: Restrict cpu_exec_interrupt() handler to sysemu

2021-09-02 Thread Warner Losh
On Thu, Sep 2, 2021 at 9:19 AM Philippe Mathieu-Daudé wrote: > Restrict cpu_exec_interrupt() and its callees to sysemu. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/xtensa/cpu.h| 4 ++-- > target/xtensa/cpu.c| 2 +- > target/xtensa/exc_helper.c | 7 ++- > 3 files

[PATCH 22/24] target/xtensa: Restrict cpu_exec_interrupt() handler to sysemu

2021-09-02 Thread Philippe Mathieu-Daudé
Restrict cpu_exec_interrupt() and its callees to sysemu. Signed-off-by: Philippe Mathieu-Daudé --- target/xtensa/cpu.h| 4 ++-- target/xtensa/cpu.c| 2 +- target/xtensa/exc_helper.c | 7 ++- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/target/xtensa/cpu.h b/