From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTZOm-0002vg-R6 for qemu-devel@nongnu.org; Thu, 24 Nov 2011 08:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTZOh-000528-6V for qemu-devel@nongnu.org; Thu, 24 Nov 2011 08:31:32 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:40520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTZOg-000522-Vt for qemu-devel@nongnu.org; Thu, 24 Nov 2011 08:31:27 -0500 Received: by wwf10 with SMTP id 10so1156205wwf.10 for ; Thu, 24 Nov 2011 05:31:26 -0800 (PST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 24 Nov 2011 14:31:11 +0100 Message-Id: <1322141482-12173-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 v4 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 v4: bonito: use the pci_host sysbus pointer bonito: use pci_host->conf_mem and pci_host->data_mem 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 | 201 ++++++++++++++++++++++++------------------------------- 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, 223 insertions(+), 240 deletions(-) -- 1.7.7.3