Re: [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu

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

Re: [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu

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

[PATCH 06/24] target/alpha: 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/alpha/cpu.h| 2 +- target/alpha/cpu.c| 2 +- target/alpha/helper.c | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/target/alpha/cpu.h b/target/alpha/cpu.h i