qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org, Paul Brook <paul@codesourcery.com>
Subject: [Qemu-devel] [PULL 00/10] arm-devs queue
Date: Mon, 22 Jul 2013 12:43:37 +0100	[thread overview]
Message-ID: <1374493427-3254-1-git-send-email-peter.maydell@linaro.org> (raw)

Hi; here's the latest arm-devs queue, containing two things:
 * virtio-mmio
 * Soren's patches to add support for initrd with u-boot-header

These are features, but they've both had code on the list for
some time (and in particular since before softfreeze). I don't
intend to submit anything except bugfixes after this pull.

Please pull.
thanks
-- PMM


The following changes since commit 24943978cbe79634a9a8b02a20efb25b29b3ab49:

  boot-order-test: Add tests for Sun4u (2013-07-18 13:27:47 -0500)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-arm-devs-20130722

for you to fetch changes up to fd76663e3fe59dc7f7d5c439561b74f472727137:

  hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header (2013-07-22 12:01:37 +0100)

----------------------------------------------------------------
arm-devs queue

----------------------------------------------------------------
Peter Maydell (8):
      device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
      arm/boot: Use qemu_devtree_setprop_sized_cells()
      virtio: Add support for guest setting of queue size
      virtio: Support transports which can specify the vring alignment
      virtio: Implement MMIO based virtio transport
      arm/boot: Allow boards to modify the FDT blob
      vexpress: Make VEDBoardInfo extend arm_boot_info
      vexpress: Add virtio-mmio transports

Soren Brinkmann (2):
      hw/loader: Support ramdisk with u-boot header
      hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header

 device_tree.c                  |   33 ++++
 hw/arm/boot.c                  |   48 +++--
 hw/arm/vexpress.c              |  128 ++++++++++--
 hw/core/loader.c               |   84 +++++---
 hw/virtio/Makefile.objs        |    1 +
 hw/virtio/virtio-mmio.c        |  421 ++++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio.c             |   40 +++-
 include/hw/arm/arm.h           |    4 +
 include/hw/loader.h            |   13 ++
 include/hw/virtio/virtio-bus.h |    6 +
 include/hw/virtio/virtio.h     |    2 +
 include/sysemu/device_tree.h   |   59 ++++++
 12 files changed, 771 insertions(+), 68 deletions(-)
 create mode 100644 hw/virtio/virtio-mmio.c

             reply	other threads:[~2013-07-22 11:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 11:43 Peter Maydell [this message]
2013-07-22 11:43 ` [Qemu-devel] [PULL 01/10] device_tree: Add qemu_devtree_setprop_sized_cells() utility functions Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 02/10] arm/boot: Use qemu_devtree_setprop_sized_cells() Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 03/10] virtio: Add support for guest setting of queue size Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 04/10] virtio: Support transports which can specify the vring alignment Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 05/10] virtio: Implement MMIO based virtio transport Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 06/10] arm/boot: Allow boards to modify the FDT blob Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 07/10] vexpress: Make VEDBoardInfo extend arm_boot_info Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 08/10] vexpress: Add virtio-mmio transports Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 09/10] hw/loader: Support ramdisk with u-boot header Peter Maydell
2013-07-22 11:43 ` [Qemu-devel] [PULL 10/10] hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2012-07-20 15:00 [Qemu-devel] [PULL 00/10] arm-devs queue Peter Maydell
2012-07-04 11:14 Peter Maydell
2012-07-07  9:21 ` Blue Swirl

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=1374493427-3254-1-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=aliguori@us.ibm.com \
    --cc=paul@codesourcery.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).