From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKVwB-0003CI-9g for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKVwA-0007Qf-3L for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:00:35 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:33467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKVw9-0007Q7-Uy for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:00:34 -0400 Received: by wwg7 with SMTP id 7so694331wwg.10 for ; Sun, 30 Oct 2011 07:00:32 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Sun, 30 Oct 2011 14:50:10 +0100 Message-Id: <1319982619-26657-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Beno=C3=AEt=20Canet?= , avi@redhat.com Convert most of pxa2xx peripheral to memory API. pxa2xx_dma.c was left intact because it use cpu_physical_memory_read/write internally and seems special. In this version : Remove abusive usage of get_system_memory() Fix MemoryRegion names BenoƮt Canet (9): pxa2xx_gpio: convert to memory API pxa2xx_pcmcia.c: convert common memory space to memory API pxa2xx_pcmcia.c: convert attribute memory space to memory API pxa2xx_pcmcia.c: convert io memory space to memory API pxa2xx_keypad: convert to memory API pxa2xx_timer: convert to memory API pxa2xx_pic: convert to memory API pxa2xx_mmci: convert to memory API. pxa2xx_lcd: convert to memory API hw/pxa.h | 15 +++++--- hw/pxa2xx.c | 18 +++++----- hw/pxa2xx_gpio.c | 29 ++++++---------- hw/pxa2xx_keypad.c | 34 ++++++++---------- hw/pxa2xx_lcd.c | 32 ++++++++---------- hw/pxa2xx_mmci.c | 31 +++++++++-------- hw/pxa2xx_pcmcia.c | 95 +++++++++++++++++++++++----------------------------- hw/pxa2xx_pic.c | 31 +++++++---------- hw/pxa2xx_timer.c | 27 ++++++--------- 9 files changed, 140 insertions(+), 172 deletions(-) -- 1.7.5.4