mirror of https://github.com/xemu-project/xemu.git
target/arm: Restrict CPUARMState::arm_boot_info to sysemu
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20230206223502.25122-9-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
1701d70e15
commit
2a94a50776
|
@ -768,8 +768,8 @@ typedef struct CPUArchState {
|
||||||
} sau;
|
} sau;
|
||||||
|
|
||||||
void *nvic;
|
void *nvic;
|
||||||
const struct arm_boot_info *boot_info;
|
|
||||||
#if !defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
|
const struct arm_boot_info *boot_info;
|
||||||
/* Store GICv3CPUState to access from this struct */
|
/* Store GICv3CPUState to access from this struct */
|
||||||
void *gicv3state;
|
void *gicv3state;
|
||||||
#else /* CONFIG_USER_ONLY */
|
#else /* CONFIG_USER_ONLY */
|
||||||
|
|
Loading…
Reference in New Issue