From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGu7s-00026I-70 for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGu7r-0005mE-2T for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:01:44 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:58023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGu7q-0005lj-Rp for qemu-devel@nongnu.org; Thu, 20 Oct 2011 11:01:43 -0400 Received: by vcbfl17 with SMTP id fl17so2885380vcb.4 for ; Thu, 20 Oct 2011 08:01:41 -0700 (PDT) Message-ID: <4EA037D1.3010404@codemonkey.ws> Date: Thu, 20 Oct 2011 10:01:37 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1319021966-25613-1-git-send-email-avi@redhat.com> In-Reply-To: <1319021966-25613-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/18] Memory API conversions, batch 12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 10/19/2011 05:59 AM, Avi Kivity wrote: > 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. Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >