qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/7] fw_cfg: add dma interface, add strings via cmdline.
@ 2015-10-20  6:11 Gerd Hoffmann
  2015-10-20  6:11 ` [Qemu-devel] [PULL v2 1/7] fw_cfg: insert string blobs via qemu cmdline Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2015-10-20  6:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-10-20 11:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  6:11 [Qemu-devel] [PULL v2 0/7] fw_cfg: add dma interface, add strings via cmdline Gerd Hoffmann
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

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