From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4uc-0003qN-8e for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ4uX-0007QG-FM for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:57:02 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:47822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4uX-0007Q1-Ax for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:56:57 -0400 Received: by wyh15 with SMTP id 15so1940368wyh.4 for ; Wed, 26 Oct 2011 07:56:55 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Wed, 26 Oct 2011 16:56:26 +0200 Message-Id: <1319640996-26537-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 00/10] 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 periferal to memory API. pxa2xx_dmai.c was intact appart because it use cpu_physical_memory_read/write internal and seems special. BenoƮt Canet (10): 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_pcmcia.c: merge calls to get_system_memory() 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/pxa2xx_gpio.c | 29 ++++++---------- hw/pxa2xx_keypad.c | 30 +++++++--------- hw/pxa2xx_lcd.c | 30 +++++++--------- hw/pxa2xx_mmci.c | 28 ++++++++-------- hw/pxa2xx_pcmcia.c | 94 +++++++++++++++++++++++---------------------------- hw/pxa2xx_pic.c | 31 +++++++---------- hw/pxa2xx_timer.c | 28 +++++++--------- 7 files changed, 118 insertions(+), 152 deletions(-) -- 1.7.4.1