mbox

[PULL,0/2] s390x: Fixes for 2.12

Message ID 20180323091441.116971-1-borntraeger@de.ibm.com
State New
Headers show

Pull-request

git://github.com/borntraeger/qemu.git tags/s390x-20180323

Message

Christian Borntraeger March 23, 2018, 9:14 a.m. UTC
Peter,

2 fixes for 2.12. Please pull

The following changes since commit d522e0bd18364f6d784d43edab35b0563d21f6f3:

  gitmodules: Use the QEMU mirror of qemu-palcode (2018-03-22 19:24:16 +0000)

are available in the Git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20180323

for you to fetch changes up to 06a97edac172f52971d7bdca6bb56a1edcb1b8f6:

  s390x/cpumodel: fix feature groups and breakage of MSA8 (2018-03-23 09:05:42 +0000)

----------------------------------------------------------------
s390x: Fixes for 2.12

- Fix for the s390 cpumodel
- Forbid multifunction PCI devices

----------------------------------------------------------------
Christian Borntraeger (1):
      s390x/cpumodel: fix feature groups and breakage of MSA8

Yi Min Zhao (1):
      s390x/pci: forbid multifunction pci device

 hw/s390x/s390-pci-bus.c     | 10 ++++++++++
 target/s390x/cpu_features.h |  1 +
 2 files changed, 11 insertions(+)

Comments

Peter Maydell March 23, 2018, 11:22 a.m. UTC | #1
On 23 March 2018 at 09:14, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> Peter,
>
> 2 fixes for 2.12. Please pull
>
> The following changes since commit d522e0bd18364f6d784d43edab35b0563d21f6f3:
>
>   gitmodules: Use the QEMU mirror of qemu-palcode (2018-03-22 19:24:16 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20180323
>
> for you to fetch changes up to 06a97edac172f52971d7bdca6bb56a1edcb1b8f6:
>
>   s390x/cpumodel: fix feature groups and breakage of MSA8 (2018-03-23 09:05:42 +0000)
>
> ----------------------------------------------------------------
> s390x: Fixes for 2.12
>
> - Fix for the s390 cpumodel
> - Forbid multifunction PCI devices
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM