From: Philippe Mathieu-Daudé Date: Mon, 6 Feb 2023 22:35:00 +0000 (+0100) Subject: target/arm: Restrict CPUARMState::nvic to sysemu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2bd6918f3cfe939c1335f421da2cae0221cf28e5;p=qmiga%2Fqemu.git target/arm: Restrict CPUARMState::nvic to sysemu Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-id: 20230206223502.25122-10-philmd@linaro.org Signed-off-by: Peter Maydell --- diff --git a/target/arm/cpu.h b/target/arm/cpu.h index a574e85b76..01f9566a1b 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -767,8 +767,8 @@ typedef struct CPUArchState { uint32_t ctrl; } sau; - void *nvic; #if !defined(CONFIG_USER_ONLY) + void *nvic; const struct arm_boot_info *boot_info; /* Store GICv3CPUState to access from this struct */ void *gicv3state;