From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X084x-0007kG-5u for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X084t-0000Mk-5m for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:42:59 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:48729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X084s-0000MD-V8 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 07:42:55 -0400 From: Peter Maydell Date: Thu, 26 Jun 2014 12:42:42 +0100 Message-Id: <1403782966-20457-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/4] Fix pxa2xx/strongarm missing vmstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite , patches@linaro.org 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