From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Pq7-0002Y9-S1 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Pq6-0001ua-Rf for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:21:47 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:34457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Pq6-0001tZ-Lc for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:21:46 -0400 From: Peter Maydell Date: Fri, 12 Jun 2015 15:06:24 +0100 Message-Id: <1434117989-7367-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/5] pxa2xx: minor bugfixes, updates to QOM, etc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite , patches@linaro.org These patches update some ancient PXA2xx devices to use QOM, VMState and new MemoryRegionOps APIs. The main motivation here was to get rid of a few of uses of legacy APIs like register_savevm() and old_mmio, in the hope that eventually we can manage to get rid of them completely... v1->v2 changes: * patch 2: add missing sysbus_init_irq calls * patch 4: use ARRAY_SIZE rather than sizeof Peter Maydell (5): hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO hw/arm/pxa2xx: Convert pxa2xx-fir to QOM and VMState hw/arm/pxa2xx: Add reset method for pxa2xx_ssp hw/arm/pxa2xx: Convert pxa2xx-ssp to VMState hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps hw/arm/pxa2xx.c | 247 +++++++++++++++++++++++++++++----------------------- hw/arm/pxa2xx_pic.c | 2 +- hw/sd/pxa2xx_mmci.c | 68 ++------------- 3 files changed, 145 insertions(+), 172 deletions(-) -- 1.9.1