From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwV07-0008EE-6y for qemu-devel@nongnu.org; Thu, 25 Aug 2011 04:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwV06-0004wT-4Q for qemu-devel@nongnu.org; Thu, 25 Aug 2011 04:09:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwV05-0004wD-MI for qemu-devel@nongnu.org; Thu, 25 Aug 2011 04:09:22 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7P89L1g008132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Aug 2011 04:09:21 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p7P89KrG016960 for ; Thu, 25 Aug 2011 04:09:20 -0400 From: Avi Kivity Date: Thu, 25 Aug 2011 11:08:59 +0300 Message-Id: <1314259758-5198-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 00/19] Memory API conversions: batch 6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org More fairly straightforward conversions. If you have limited time, please review my patches, as Richard's have already been reviewed. Avi Kivity (9): mips_fulong2e: convert to memory API mips_jazz: convert to memory API mips_malta: convert to memory API mips_mipssim: convert to memory API mips_r4k: convert to memory API musicpal: convert to memory API omap1: convert to memory API (part I) omap1: convert to memory API (part II) pci: simplify memory region registration Richard Henderson (10): pci: add pci_address_space_io() isa: Pass i/o address space to isa_bus_new isa: add isa_register_ioport() pc: Re-order pc_init1 to initialize the ISA bus before ISA devices cs4231a: Convert to MemoryRegion i8254: Convert to MemoryRegion i8259: Convert to MemoryRegion pckbd: Convert to MemoryRegion serial: Convert serial_isa_initfn to MemoryRegion fdc: Convert isabus_fdc_init1 to MemoryRegion hw/cs4231a.c | 38 ++-- hw/fdc.c | 53 ++++-- hw/i8254.c | 16 ++- hw/i8259.c | 65 +++++-- hw/isa-bus.c | 14 ++- hw/isa.h | 7 +- hw/mips_fulong2e.c | 17 +- hw/mips_jazz.c | 96 +++++----- hw/mips_malta.c | 53 +++--- hw/mips_mipssim.c | 16 +- hw/mips_r4k.c | 40 ++--- hw/musicpal.c | 243 ++++++++++-------------- hw/omap.h | 18 ++- hw/omap1.c | 533 ++++++++++++++++++++++++++++------------------------ hw/omap_sx1.c | 4 +- hw/palm.c | 4 +- hw/pc.h | 2 +- hw/pc_piix.c | 24 ++- hw/pci.c | 20 +- hw/pci.h | 1 + hw/pckbd.c | 59 ++++--- hw/piix4.c | 2 +- hw/piix_pci.c | 2 +- hw/ppc_prep.c | 2 +- hw/serial.c | 15 ++- hw/sun4u.c | 2 +- hw/vt82c686.c | 2 +- 27 files changed, 730 insertions(+), 618 deletions(-) -- 1.7.5.3