From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBl7G-0003Y4-3F for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBl7E-0002MU-P9 for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:23:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBl7E-0002MF-G9 for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:23:48 -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 p96ANlVq027704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Oct 2011 06:23:47 -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 p96ANkC2019217 for ; Thu, 6 Oct 2011 06:23:46 -0400 From: Avi Kivity Date: Thu, 6 Oct 2011 12:23:10 +0200 Message-Id: <1317896615-25202-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 00/25] Memory API converions, batch 11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Review before push. I see that Alex's patch is also in the ppc queue, I'll drop it if it's merged before. Alexander Graf (1): PPC: Fix via-cuda memory registration Avi Kivity (7): palm: convert to memory API petalogix_ml605: convert to memory API petalogix_s2adsp1800: convert to memory API ppc405_boards: convert to memory API ppc_newworld: convert to memory API Introduce PortioList isa: Add isa_register_portio_list() Jan Kiszka (1): memory: Fix old portio word accesses Peter Maydell (3): hw/lan9118.c: Convert to MemoryRegion hw/arm11mpcore: Clean up to avoid using sysbus_mmio_init_cb2 hw/versatile_pci: Expose multiple sysbus mmio regions Richard Henderson (13): isa: Tidy support code for isabus_get_fw_dev_path fdc: Convert to isa_register_portio_list gus: Convert to isa_register_portio_list m48t59: Convert to isa_register_ioport rtc: Convert to isa_register_ioport ne2000: Convert to isa_register_ioport parallel: Convert to isa_register_portio_list sb16: Convert to isa_register_portio_list vga: Convert to isa_register_portio_list pc: Convert port92 to isa_register_ioport vmport: Convert to isa_register_ioport ide: Convert to isa_register_portio_list isa: Remove isa_init_ioport_range and isa_init_ioport Makefile.objs | 2 +- Makefile.target | 2 +- hw/arm11mpcore.c | 13 +----- hw/cuda.c | 28 ++++++----- hw/fdc.c | 34 ++----------- hw/gus.c | 39 +++++++-------- hw/ide/core.c | 30 +++++++---- hw/ide/internal.h | 3 +- hw/ide/isa.c | 4 +- hw/ide/piix.c | 7 ++- hw/ide/via.c | 7 ++- hw/isa-bus.c | 45 +++++++---------- hw/isa.h | 38 ++++++++++++--- hw/lan9118.c | 29 ++++------- hw/m48t59.c | 15 +++++- hw/mc146818rtc.c | 15 +++++- hw/ne2000-isa.c | 5 +-- hw/palm.c | 53 +++++++++----------- hw/parallel.c | 47 +++++++++++------- hw/pc.c | 16 +++++- hw/petalogix_ml605_mmu.c | 15 +++--- hw/petalogix_s3adsp1800_mmu.c | 18 ++++--- hw/ppc405_boards.c | 84 ++++++++++++++------------------ hw/ppc_newworld.c | 39 ++++++-------- hw/qxl.c | 2 +- hw/realview.c | 12 ++++- hw/sb16.c | 32 +++++------- hw/versatile_pci.c | 42 +++------------- hw/versatilepb.c | 12 ++++- hw/vga-isa.c | 17 ++---- hw/vga-pci.c | 2 +- hw/vga.c | 73 ++++++++++++++++------------ hw/vga_int.h | 7 ++- hw/vmport.c | 16 +++++- hw/vmware_vga.c | 7 ++- ioport.c | 108 +++++++++++++++++++++++++++++++++++++++++ ioport.h | 21 ++++++++ memory.c | 18 +++++-- 38 files changed, 551 insertions(+), 406 deletions(-) -- 1.7.6.3