mbox

[PULL,v2,0/1] updated fw_cfg option ROM 2016-07-13

Message ID 1468504347-6413-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git tags/for-upstream-fwcfg

Message

Paolo Bonzini July 14, 2016, 1:52 p.m. UTC
The following changes since commit a91a4e7d8cfe6ece610aacf7c52738188f5b5cb5:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-07-11 15:08:47 +0100)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream-fwcfg

for you to fetch changes up to b2a575a1c652904600869e774e45bf4c9ed72c55:

  Add optionrom compatible with fw_cfg DMA version (2016-07-14 15:50:52 +0200)

----------------------------------------------------------------
* Updated fw_cfg option ROM to include DMA support

----------------------------------------------------------------
Marc MarĂ­ (1):
      Add optionrom compatible with fw_cfg DMA version

 .gitignore                        |   4 +
 Makefile                          |   2 +-
 hw/i386/pc.c                      |  10 +-
 hw/nvram/fw_cfg.c                 |   2 +-
 include/hw/i386/pc.h              |   4 +
 include/hw/nvram/fw_cfg.h         |   1 +
 pc-bios/linuxboot_dma.bin         | Bin 0 -> 1024 bytes
 pc-bios/optionrom/Makefile        |  42 ++++--
 pc-bios/optionrom/code16gcc.h     |   3 +
 pc-bios/optionrom/linuxboot_dma.c | 294 ++++++++++++++++++++++++++++++++++++++
 10 files changed, 349 insertions(+), 13 deletions(-)
 create mode 100644 pc-bios/linuxboot_dma.bin
 create mode 100644 pc-bios/optionrom/code16gcc.h
 create mode 100644 pc-bios/optionrom/linuxboot_dma.c

Comments

Peter Maydell July 14, 2016, 4:32 p.m. UTC | #1
On 14 July 2016 at 14:52, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit a91a4e7d8cfe6ece610aacf7c52738188f5b5cb5:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-07-11 15:08:47 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream-fwcfg
>
> for you to fetch changes up to b2a575a1c652904600869e774e45bf4c9ed72c55:
>
>   Add optionrom compatible with fw_cfg DMA version (2016-07-14 15:50:52 +0200)
>
> ----------------------------------------------------------------
> * Updated fw_cfg option ROM to include DMA support
>
> ----------------------------------------------------------------
> Marc MarĂ­ (1):
>       Add optionrom compatible with fw_cfg DMA version
>

Applied, thanks.

-- PMM