From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGTs6-00083Q-HJ for qemu-devel@nongnu.org; Wed, 19 Oct 2011 06:59:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGTs5-0005r8-1N for qemu-devel@nongnu.org; Wed, 19 Oct 2011 06:59:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGTs4-0005qA-Ns for qemu-devel@nongnu.org; Wed, 19 Oct 2011 06:59:40 -0400 From: Avi Kivity Date: Wed, 19 Oct 2011 12:59:08 +0200 Message-Id: <1319021966-25613-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PULL 00/18] Memory API conversions, batch 12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org Please pull from: git://github.com/avikivity/qemu.git memory/batch Yet more of the same. This has been on the list for a while, with no adverse reviews. 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