mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
target/arm: Restrict CPUARMState::gicv3state to sysemu
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20230206223502.25122-8-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
26f0856130
commit
1701d70e15
1 changed files with 2 additions and 1 deletions
|
|
@ -769,9 +769,10 @@ typedef struct CPUArchState {
|
|||
|
||||
void *nvic;
|
||||
const struct arm_boot_info *boot_info;
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
/* Store GICv3CPUState to access from this struct */
|
||||
void *gicv3state;
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
#else /* CONFIG_USER_ONLY */
|
||||
/* For usermode syscall translation. */
|
||||
bool eabi;
|
||||
#endif /* CONFIG_USER_ONLY */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue