From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSrG8-0002cu-R8 for qemu-devel@nongnu.org; Tue, 22 Nov 2011 09:23:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSrG3-0007vO-0a for qemu-devel@nongnu.org; Tue, 22 Nov 2011 09:23:40 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:43175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSrG2-0007uv-OR for qemu-devel@nongnu.org; Tue, 22 Nov 2011 09:23:34 -0500 Received: by wwf27 with SMTP id 27so349727wwf.10 for ; Tue, 22 Nov 2011 06:23:33 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 22 Nov 2011 15:23:17 +0100 Message-Id: <1321971808-20072-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] more memory API conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Beno=C3=AEt=20Canet?= , avi@redhat.com These patches convert files to memory API BenoƮt Canet (11): mcf5206: convert to memory API mcf_uart: convert to memory API mcf_fec: convert to memory API mcf_intc: convert to memory API lm32_uart: convert to memory API lm32_sys: convert to memory API bonito: convert north bridge register mapping to memory API bonito: convert north bridge pci config to memory API bonito: convert south bridge pci config to memory API bonito: convert ldma to memory API bonito: convert cop to memory API hw/an5206.c | 2 +- hw/bonito.c | 202 +++++++++++++++++++++++++------------------------------- hw/lm32_sys.c | 24 +++---- hw/lm32_uart.c | 32 +++++----- hw/mcf.h | 23 +++++-- hw/mcf5206.c | 62 ++++++++++-------- hw/mcf5208.c | 11 ++-- hw/mcf_fec.c | 38 +++++----- hw/mcf_intc.c | 33 ++++----- hw/mcf_uart.c | 34 ++++----- 10 files changed, 221 insertions(+), 240 deletions(-) -- 1.7.7.3