qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL v2 0/7] fw_cfg: add dma interface, add strings via cmdline.
Date: Tue, 20 Oct 2015 08:11:25 +0200	[thread overview]
Message-ID: <1445321492-2902-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Updated fw_cfg pull, with both old gcc build failure and make check
error fixed.

please pull,
  Gerd

The following changes since commit 526d5809a0714edc7f19196f14ec2e607dbd9753:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-10-19 10:52:39 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-fw_cfg-20151020-1

for you to fetch changes up to 2cc06a8843ace3d03464032eb3c74bc6e2b07579:

  fw_cfg: Define a static signature to be returned on DMA port reads (2015-10-19 15:26:54 +0200)

----------------------------------------------------------------
fw_cfg: add dma interface, add strings via cmdline.

----------------------------------------------------------------
Gabriel L. Somlo (2):
      fw_cfg: insert string blobs via qemu cmdline
      fw_cfg: document fw_cfg_modify_iXX() update functions

Kevin O'Connor (1):
      fw_cfg: Define a static signature to be returned on DMA port reads

Marc Marí (4):
      fw_cfg DMA interface documentation
      Implement fw_cfg DMA interface
      Enable fw_cfg DMA interface for ARM
      Enable fw_cfg DMA interface for x86

 docs/specs/fw_cfg.txt     |  94 ++++++++++++++++-
 hw/arm/virt.c             |   8 +-
 hw/i386/pc.c              |   8 +-
 hw/nvram/fw_cfg.c         | 250 ++++++++++++++++++++++++++++++++++++++++++++--
 include/hw/nvram/fw_cfg.h |  16 ++-
 qemu-options.hx           |   7 +-
 tests/fw_cfg-test.c       |   4 +-
 vl.c                      |  33 ++++--
 8 files changed, 388 insertions(+), 32 deletions(-)

             reply	other threads:[~2015-10-20  6:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-20  6:11 Gerd Hoffmann [this message]
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 1/7] fw_cfg: insert string blobs via qemu cmdline Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 2/7] fw_cfg: document fw_cfg_modify_iXX() update functions Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 3/7] fw_cfg DMA interface documentation Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 4/7] Implement fw_cfg DMA interface Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 5/7] Enable fw_cfg DMA interface for ARM Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 6/7] Enable fw_cfg DMA interface for x86 Gerd Hoffmann
2015-10-20  6:11 ` [Qemu-devel] [PULL v2 7/7] fw_cfg: Define a static signature to be returned on DMA port reads Gerd Hoffmann
2015-10-20 11:17 ` [Qemu-devel] [PULL v2 0/7] fw_cfg: add dma interface, add strings via cmdline Peter Maydell

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=1445321492-2902-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@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).