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

  Hi,

As promised last week I've picked up the fw_cfg patches which are ready
to go, so here comes the pull request for them.  Headline feature is
the fw_cfg dam support fo course, enabled for arm and x86.  Also small
fixes and an option to add string fw_cfg entries via command line.

please pull,
  Gerd

The following changes since commit 40fe17bea478793fc9106a630fa3610dad51f939:

  hw/ide/ahci.c: Fix shift left into sign bit (2015-10-18 11:00:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7b0eec285d447057405df73beae78c8e8aeb9793:

  fw_cfg: Define a static signature to be returned on DMA port reads (2015-10-19 11:00:50 +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 +-
 vl.c                      |  33 ++++--
 7 files changed, 385 insertions(+), 31 deletions(-)

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

end of thread, other threads:[~2015-10-19 15:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19  9:17 [Qemu-devel] [PULL 0/7] fw_cfg: add dma interface, add strings via cmdline Gerd Hoffmann
2015-10-19  9:17 ` [Qemu-devel] [PULL 1/7] fw_cfg: insert string blobs via qemu cmdline Gerd Hoffmann
2015-10-19  9:17 ` [Qemu-devel] [PULL 2/7] fw_cfg: document fw_cfg_modify_iXX() update functions Gerd Hoffmann
2015-10-19  9:18 ` [Qemu-devel] [PULL 3/7] fw_cfg DMA interface documentation Gerd Hoffmann
2015-10-19  9:18 ` [Qemu-devel] [PULL 4/7] Implement fw_cfg DMA interface Gerd Hoffmann
2015-10-19  9:18 ` [Qemu-devel] [PULL 5/7] Enable fw_cfg DMA interface for ARM Gerd Hoffmann
2015-10-19  9:18 ` [Qemu-devel] [PULL 6/7] Enable fw_cfg DMA interface for x86 Gerd Hoffmann
2015-10-19  9:18 ` [Qemu-devel] [PULL 7/7] fw_cfg: Define a static signature to be returned on DMA port reads Gerd Hoffmann
2015-10-19 11:12 ` [Qemu-devel] [PULL 0/7] fw_cfg: add dma interface, add strings via cmdline Peter Maydell
2015-10-19 11:52   ` Kevin O'Connor
2015-10-19 12:02     ` Peter Maydell
2015-10-19 12:12       ` Kevin O'Connor
2015-10-19 12:22         ` Marc Marí
2015-10-19 13:31           ` Gerd Hoffmann
2015-10-19 13:29     ` Gerd Hoffmann
2015-10-19 13:55       ` Peter Maydell
2015-10-19 15:17   ` Laszlo Ersek
2015-10-19 15:37     ` Marc Marí

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