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é<f4...@amsat.org> --- target/avr/cpu.h | 2 ++ target/avr/cpu.c | 2 +- target/avr/helper.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-)
Well, avr doesn't support user-only. So... probably any instance of CONFIG_USER_ONLY is already a mistake.
r~