mbox

[PULL,v2,0/7] fw_cfg: add dma interface, add strings via cmdline.

Message ID 1445321492-2902-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Oct. 20, 2015, 6:11 a.m. UTC
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(-)

Comments

Peter Maydell Oct. 20, 2015, 11:17 a.m. UTC | #1
On 20 October 2015 at 07:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM