This patchseries fixes some cases for pxa2xx and strongarm
where we'd defined a vmstate struct but forgotten to actually
register it (caught by new warnings in clang 3.4).

As a prerequisite (suggested by Peter Crosthwaite) we clean
up the handling of GPSR/GPCR reads (which are unpredictable)
so we can avoid having bogus device state in the vmstate.

Peter Maydell (4):
  hw/arm/strongarm: Fix handling of GPSR/GPCR reads
  hw/arm/strongarm: Wire up missing GPIO and PPC vmstate
  hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR reads
  hw/arm/pxa2xx_gpio: Correct and register vmstate

 hw/arm/pxa2xx_gpio.c | 17 ++++++++---------
 hw/arm/strongarm.c   | 18 ++++++++++--------
 2 files changed, 18 insertions(+), 17 deletions(-)

-- 
1.9.2


Reply via email to