[Qemu-devel] [PULL 0/2] s390x: Fixes for 2.12

Christian Borntraeger posted 2 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180323091441.116971-1-borntraeger@de.ibm.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 failed
Test s390x passed
hw/s390x/s390-pci-bus.c     | 10 ++++++++++
target/s390x/cpu_features.h |  1 +
2 files changed, 11 insertions(+)
[Qemu-devel] [PULL 0/2] s390x: Fixes for 2.12
Posted by Christian Borntraeger 7 years, 7 months ago
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(+)


Re: [Qemu-devel] [PULL 0/2] s390x: Fixes for 2.12
Posted by Peter Maydell 7 years, 7 months ago
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