hw/pl061: Convert to VMState
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Aug 2011 22:13:45 +0000 (23:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 17 Aug 2011 23:01:41 +0000 (23:01 +0000)
commita35faa94c8e8d851a1d07e17c98f4ab2202b8a38
tree0a96e9542d76bc2038e88788adfb3dd2aad5b16f
parentacb9b72240543307e061db5986532db402807e3c
hw/pl061: Convert to VMState

Convert the PL061 to VMState. We choose to widen the struct members
to uint32_t rather than the other two options of breaking migration
compatibility or using vmstate hacks to read/write a 32 bit value
into an 8 bit struct field.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pl061.c