qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [PATCH v2 0/4] Fix pxa2xx/strongarm missing vmstate
Date: Fri, 27 Jun 2014 10:21:30 +1000

On Thu, Jun 26, 2014 at 9:42 PM, Peter Maydell <address@hidden> 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
> 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
>

Reviewed-by: Peter Crosthwaite <address@hidden>

>  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

[Prev in Thread] Current Thread [Next in Thread]