qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Avi Kivity <avi@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/18] Memory API conversions, batch 12
Date: Thu, 20 Oct 2011 10:01:37 -0500	[thread overview]
Message-ID: <4EA037D1.3010404@codemonkey.ws> (raw)
In-Reply-To: <1319021966-25613-1-git-send-email-avi@redhat.com>

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(-)
>

      parent reply	other threads:[~2011-10-20 15:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-19 10:59 [Qemu-devel] [PULL 00/18] Memory API conversions, batch 12 Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 01/18] ppc_oldworld: convert to memory API Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 02/18] ppc_prep: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 03/18] pxa2xx: convert to memory API (part I) Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 04/18] pxa2xx: convert to memory API (part II) Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 05/18] pci: simplify memory region registration Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 06/18] ppcr500_mpc8544ds: convert to memory API Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 07/18] r2d: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 08/18] realview: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 09/18] s390-virtio: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 10/18] sm501: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 11/18] spapr: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 12/18] spitz: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 13/18] strongarm: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 14/18] sun4m: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 15/18] sun4u: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 16/18] syborg: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 17/18] tc63963xb: " Avi Kivity
2011-10-19 10:59 ` [Qemu-devel] [PATCH 18/18] tcx: " Avi Kivity
2011-10-20 15:01 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EA037D1.3010404@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).