« Previous | Next » 

Revision c3037774

IDc3037774be5329e584d4d709b9df7e1799bba215

Added by Peter Maydell about 11 years ago

arm_gic: Fix sizes of state fields in preparation for vmstate support

In preparation for switching to vmstate for migration support, fix
the sizes of various GIC state fields. In particular, we replace all
the bitfields (which VMState can't deal with) with straightforward
uint8_t values which we do bit operations on. (The bitfields made
more sense when NCPU was set differently in different situations,
but we now always model at the architectural limit of 8.)

Signed-off-by: Peter Maydell <>
Reviewed-by: Igor Mitsyanko <>
Reviewed-by: Andreas Färber <>
Message-id:

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences