From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIeJa-0001di-HZ for qemu-devel@nongnu.org; Tue, 25 Oct 2011 06:33:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIeJT-0004XF-C9 for qemu-devel@nongnu.org; Tue, 25 Oct 2011 06:33:02 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:51885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIeJT-0004X5-7m for qemu-devel@nongnu.org; Tue, 25 Oct 2011 06:32:55 -0400 Received: by wyh15 with SMTP id 15so372089wyh.4 for ; Tue, 25 Oct 2011 03:32:54 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 25 Oct 2011 12:32:33 +0200 Message-Id: <1319538764-3954-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/11] V3 arm memory API conversion 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 These patches apply against akivity memory/master. They convert some ARM files to memory API. Omap boards where not modified because Linaro is currently refactoring them. Xscale was left apart too. "integratorcp: convert control to sysbus" is a lone reviewed by patch which was added at the begining of the serie to tracking and applying. Unrelated patches where dropped and will be reposted with the right maintainer in CC. This version fix a tab issue in "mst_fpga: convert to memory API". BenoƮt Canet (11): integratorcp: convert control to sysbus marvell_88x8618_audio: convert to memory API mst_fpga: convert to memory API syborg_fb: convert to memory API syborg_interrupt: convert to memory API syborg_keyboard: convert to memory API syborg_pointer: convert to memory API syborg_rtc: convert to memory API syborg_serial: convert to memory API syborg_timer: convert to memory API syborg_virtio: convert to memory API hw/integratorcp.c | 20 +++++++++++++------- hw/marvell_88w8618_audio.c | 28 +++++++++++----------------- hw/mst_fpga.c | 29 ++++++++++++----------------- hw/syborg_fb.c | 28 +++++++++++----------------- hw/syborg_interrupt.c | 29 ++++++++++++----------------- hw/syborg_keyboard.c | 28 +++++++++++----------------- hw/syborg_pointer.c | 28 +++++++++++----------------- hw/syborg_rtc.c | 28 +++++++++++----------------- hw/syborg_serial.c | 28 +++++++++++----------------- hw/syborg_timer.c | 27 ++++++++++----------------- hw/syborg_virtio.c | 30 ++++++++++++++---------------- 11 files changed, 127 insertions(+), 176 deletions(-) -- 1.7.5.4