From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSx3d-0004sF-PG for qemu-devel@nongnu.org; Tue, 22 Nov 2011 15:35:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSx3c-0004jO-Oj for qemu-devel@nongnu.org; Tue, 22 Nov 2011 15:35:09 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]:37913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSx3c-0004j5-Il for qemu-devel@nongnu.org; Tue, 22 Nov 2011 15:35:08 -0500 Received: by faas14 with SMTP id s14so959036faa.4 for ; Tue, 22 Nov 2011 12:35:07 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 22 Nov 2011 21:34:51 +0100 Message-Id: <1321994102-28263-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 v3 00/11] more memory API conversions 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 some files to memory API I am wondering if the bonito ones are corrects as sysbus_mmio_map() use internally get_system_memory(). v2: remove unneeded casts in mcf_uart remove unneeded #include in lm32_uart and lm32_sys v3: use valid.accept in lm32_sys 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 | 28 ++++---- hw/lm32_uart.c | 31 ++++----- 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, 224 insertions(+), 240 deletions(-) -- 1.7.7.3