diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-09-12 16:57:17 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-04 15:54:17 +0200 |
commit | 98ca8c023825fc6dd99e6cea1956d84ed8cadb3a (patch) | |
tree | 2552bd58e759127c717157363874bb7fd0eb84df /hw/lm32_timer.c | |
parent | 1dd088946cf464a994bc93945a360aef049493af (diff) |
pseries: Remove C bitfields from xics code
The XICS interrupt controller emulation uses some C bitfield variables in
its internal state structure. This makes like awkward for saving the state
because we don't have easy VMSTATE helpers for bitfields.
This patch removes the bitfields, instead using explicit bit masking in a
single status variable.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/lm32_timer.c')
0 files changed, 0 insertions, 0 deletions