Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Oct 2015 10:45:23 +0000 (11:45 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Oct 2015 10:45:23 +0000 (11:45 +0100)
commitdf8197836844275ef805c9031008eb3b20a89b83
tree2b44346f27a01ca6bc6216dc84d5e03c30cc7148
parentc14e42d7a4495ecbad7bf8b3d603272e3a8992a1
parent2cc06a8843ace3d03464032eb3c74bc6e2b07579
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' into staging

fw_cfg: add dma interface, add strings via cmdline.

# gpg: Signature made Tue 20 Oct 2015 07:07:34 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"

* remotes/kraxel/tags/pull-fw_cfg-20151020-1:
  fw_cfg: Define a static signature to be returned on DMA port reads
  Enable fw_cfg DMA interface for x86
  Enable fw_cfg DMA interface for ARM
  Implement fw_cfg DMA interface
  fw_cfg DMA interface documentation
  fw_cfg: document fw_cfg_modify_iXX() update functions
  fw_cfg: insert string blobs via qemu cmdline

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>