mbox

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

Message ID 20200720054126.258032-1-david@gibson.dropbear.id.au
State New
Headers show

Pull-request

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

Message

David Gibson July 20, 2020, 5:41 a.m. UTC
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(-)

Comments

Peter Maydell July 20, 2020, 1:57 p.m. UTC | #1
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