Re: [PATCH 08/24] target/avr: Restrict cpu_exec_interrupt() handler to sysemu

2021-09-03 Thread Philippe Mathieu-Daudé
On 9/3/21 9:12 PM, Richard Henderson wrote: > 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/avr/cpu.h    | 2 ++ >>   target/avr/cpu.c    | 2 +- >>   target/avr/helper.c | 2

Re: [PATCH 08/24] target/avr: Restrict cpu_exec_interrupt() handler to sysemu

2021-09-03 Thread Richard Henderson
On 9/3/21 10:47 PM, Philippe Mathieu-Daudé wrote: On 9/3/21 9:12 PM, Richard Henderson wrote: 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/avr/cpu.h    | 2 ++   target/avr/cpu.c   

Re: [PATCH 08/24] target/avr: 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/avr/cpu.h| 2 ++ target/avr/cpu.c| 2 +- target/avr/helper.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) Well, avr

Re: [PATCH 08/24] target/avr: Restrict cpu_exec_interrupt() handler to sysemu

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

[PATCH 08/24] target/avr: 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/avr/cpu.h| 2 ++ target/avr/cpu.c| 2 +- target/avr/helper.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/target/avr/cpu.h b/target/avr/cpu.h index 93e3faa0a