mbox

[PULL,for-2.5,0/4] s390x fixes for 2.5

Message ID 1448960726-30927-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu tags/s390x-20151201

Message

Cornelia Huck Dec. 1, 2015, 9:05 a.m. UTC
The following changes since commit a2485925f76d01795f041fd63663d8582139fda4:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into staging (2015-11-30 17:09:35 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20151201

for you to fetch changes up to f0a399dbae6a2d0e2e15eb7ce0783286bbd9fe04:

  s390x/pci: fix up IOMMU size (2015-12-01 09:57:28 +0100)

----------------------------------------------------------------
Last round of s390x fixes for 2.5:
- The bios should be built for the first z machine, so that newer
  instructions don't creep in.
- Silence annoying message when running make check.
- Fix a problem with the pci iommu exposed by recent changes.

----------------------------------------------------------------

Christian Borntraeger (1):
  pc-bios/s390-ccw: build for z900

Cornelia Huck (2):
  pc-bios/s390-ccw: rebuild image
  s390x: no deprecation warning while testing

Yi Min Zhao (1):
  s390x/pci: fix up IOMMU size

 hw/s390x/s390-pci-bus.c   |  26 ++++++++++++++++++++++----
 hw/s390x/s390-pci-bus.h   |   2 ++
 hw/s390x/s390-pci-inst.c  |   7 ++++++-
 hw/s390x/s390-virtio.c    |   9 ++++++---
 pc-bios/s390-ccw.img      | Bin 17760 -> 17760 bytes
 pc-bios/s390-ccw/Makefile |   2 +-
 6 files changed, 37 insertions(+), 9 deletions(-)

Comments

Peter Maydell Dec. 1, 2015, 9:12 p.m. UTC | #1
On 1 December 2015 at 09:05, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit a2485925f76d01795f041fd63663d8582139fda4:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into staging (2015-11-30 17:09:35 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20151201
>
> for you to fetch changes up to f0a399dbae6a2d0e2e15eb7ce0783286bbd9fe04:
>
>   s390x/pci: fix up IOMMU size (2015-12-01 09:57:28 +0100)
>
> ----------------------------------------------------------------
> Last round of s390x fixes for 2.5:
> - The bios should be built for the first z machine, so that newer
>   instructions don't creep in.
> - Silence annoying message when running make check.
> - Fix a problem with the pci iommu exposed by recent changes.
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   pc-bios/s390-ccw: build for z900
>
> Cornelia Huck (2):
>   pc-bios/s390-ccw: rebuild image
>   s390x: no deprecation warning while testing
>
> Yi Min Zhao (1):
>   s390x/pci: fix up IOMMU size

Applied, thanks.

-- PMM