Re: [Qemu-devel] [PATCH v2 0/4] Fix pxa2xx/strongarm missing vmstate

2014-06-26 Thread Peter Crosthwaite
On Thu, Jun 26, 2014 at 9:42 PM, Peter Maydell wrote: > 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 >

[Qemu-devel] [PATCH v2 0/4] Fix pxa2xx/strongarm missing vmstate

2014-06-26 Thread Peter Maydell
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