[PULL 0/4] ppc-for-5.1 queue 20200720

David Gibson posted 4 patches 5 years, 3 months ago
Test checkpatch failed
Test docker-mingw@fedora failed
Test FreeBSD failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200720054126.258032-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>, "Cédric Le Goater" <clg@kaod.org>
hw/ppc/pnv_psi.c            |   1 +
hw/ppc/spapr.c              |  21 +++++++++++++++--
hw/ppc/spapr_pci.c          |  56 ++++++++++++++++++++++++++++++++++++++++++++
hw/ppc/spapr_pci_nvlink2.c  |  13 +++++++---
include/hw/pci-host/spapr.h |   1 +
include/hw/ppc/spapr.h      |   1 +
pc-bios/README              |   2 +-
pc-bios/slof.bin            | Bin 965112 -> 968368 bytes
roms/SLOF                   |   2 +-
9 files changed, 90 insertions(+), 7 deletions(-)
[PULL 0/4] ppc-for-5.1 queue 20200720
Posted by David Gibson 5 years, 3 months ago
The following changes since commit 9fc87111005e8903785db40819af66b8f85b8b96:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200717' into staging (2020-07-19 10:29:05 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200720

for you to fetch changes up to b25fbd6a1302c0eac5b326be3e1f828e905c0c9a:

  pseries: Update SLOF firmware image (2020-07-20 09:21:39 +1000)

----------------------------------------------------------------
ppc patch queue 20200720

Here are some assorted fixes for qemu-5.1:
 * SLOF update with improved TPM handling, and fix for possible stack
   overflows on many-vcpu machines
 * Fix for NUMA distances on NVLink2 attached GPU memory nodes
 * Fixes to fail more gracefully on attempting to plug unsupported PCI bridge types
 * Don't allow pnv-psi device to be user created

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

Greg Kurz (2):
      ppc/pnv: Make PSI device types not user creatable
      spapr_pci: Robustify support of PCI bridges

Reza Arbab (1):
      spapr: Add a new level of NUMA for GPUs

 hw/ppc/pnv_psi.c            |   1 +
 hw/ppc/spapr.c              |  21 +++++++++++++++--
 hw/ppc/spapr_pci.c          |  56 ++++++++++++++++++++++++++++++++++++++++++++
 hw/ppc/spapr_pci_nvlink2.c  |  13 +++++++---
 include/hw/pci-host/spapr.h |   1 +
 include/hw/ppc/spapr.h      |   1 +
 pc-bios/README              |   2 +-
 pc-bios/slof.bin            | Bin 965112 -> 968368 bytes
 roms/SLOF                   |   2 +-
 9 files changed, 90 insertions(+), 7 deletions(-)

Re: [PULL 0/4] ppc-for-5.1 queue 20200720
Posted by Peter Maydell 5 years, 3 months ago
On Mon, 20 Jul 2020 at 06:41, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 9fc87111005e8903785db40819af66b8f85b8b96:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200717' into staging (2020-07-19 10:29:05 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-5.1-20200720
>
> for you to fetch changes up to b25fbd6a1302c0eac5b326be3e1f828e905c0c9a:
>
>   pseries: Update SLOF firmware image (2020-07-20 09:21:39 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 20200720
>
> Here are some assorted fixes for qemu-5.1:
>  * SLOF update with improved TPM handling, and fix for possible stack
>    overflows on many-vcpu machines
>  * Fix for NUMA distances on NVLink2 attached GPU memory nodes
>  * Fixes to fail more gracefully on attempting to plug unsupported PCI bridge types
>  * Don't allow pnv-psi device to be user created
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM