From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFnmS-0002P1-Kx for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFnmN-00032s-KT for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:03:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFnmN-00032Q-7H for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:02:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9HE2wNV003369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Oct 2011 10:02:58 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p9HE2vpk020923 for ; Mon, 17 Oct 2011 10:02:58 -0400 From: Avi Kivity Date: Mon, 17 Oct 2011 16:02:29 +0200 Message-Id: <1318860167-14014-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 00/18] Memory API conversions, batch 12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Nothing spectacular, more boring conversions for review. Avi Kivity (18): ppc_oldworld: convert to memory API ppc_prep: convert to memory API pxa2xx: convert to memory API (part I) pxa2xx: convert to memory API (part II) pci: simplify memory region registration ppcr500_mpc8544ds: convert to memory API r2d: convert to memory API realview: convert to memory API s390-virtio: convert to memory API sm501: convert to memory API spapr: convert to memory API spitz: convert to memory API strongarm: convert to memory API sun4m: convert to memory API sun4u: convert to memory API syborg: convert to memory API tc63963xb: convert to memory API tcx: convert to memory API hw/collie.c | 4 +- hw/devices.h | 3 +- hw/pci.c | 13 +-- hw/ppc_oldworld.c | 13 ++- hw/ppc_prep.c | 107 ++++++++------------ hw/ppce500_mpc8544ds.c | 5 +- hw/pxa.h | 6 + hw/pxa2xx.c | 264 ++++++++++++++++++++---------------------------- hw/r2d.c | 35 +++---- hw/realview.c | 54 +++++----- hw/s390-virtio.c | 8 +- hw/sm501.c | 143 +++++++++++++------------- hw/spapr.c | 9 +- hw/spitz.c | 48 ++++------ hw/strongarm.c | 171 ++++++++++++------------------- hw/strongarm.h | 6 +- hw/sun4m.c | 49 ++++++--- hw/sun4u.c | 22 +++-- hw/syborg.c | 8 +- hw/tc6393xb.c | 71 ++++--------- hw/tcx.c | 152 ++++++++++++++++------------ hw/tosa.c | 2 +- 22 files changed, 544 insertions(+), 649 deletions(-) -- 1.7.6.3