[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/3] ppc queue
From: |
Daniel Henrique Barboza |
Subject: |
[PULL 0/3] ppc queue |
Date: |
Mon, 18 Sep 2023 10:29:09 -0300 |
The following changes since commit 005ad32358f12fe9313a4a01918a55e60d4f39e5:
Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm
into staging (2023-09-13 13:41:57 -0400)
are available in the Git repository at:
https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230918
for you to fetch changes up to 44fa20c92811a9b88b41b4882a7e948c2fe6bd08:
spapr: Remove support for NVIDIA V100 GPU with NVLink2 (2023-09-18 07:25:28
-0300)
----------------------------------------------------------------
ppc patch queue for 2023-09-18:
In this short queue we're making two important changes:
- Nicholas Piggin is now the qemu-ppc maintainer. Cédric Le Goater and
Daniel Barboza will act as backup during Nick's transition to this new
role.
- Support for NVIDIA V100 GPU with NVLink2 is dropped from qemu-ppc.
Linux removed the same support back in 5.13, we're following suit now.
A xive Coverity fix is also included.
----------------------------------------------------------------
Cédric Le Goater (2):
ppc/xive: Fix uint32_t overflow
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Daniel Henrique Barboza (1):
MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
MAINTAINERS | 20 +-
hw/intc/pnv_xive.c | 2 +-
hw/ppc/meson.build | 1 -
hw/ppc/spapr.c | 22 +--
hw/ppc/spapr_numa.c | 49 +----
hw/ppc/spapr_pci.c | 19 --
hw/ppc/spapr_pci_nvlink2.c | 442 --------------------------------------------
hw/vfio/pci-quirks.c | 115 ------------
hw/vfio/pci.c | 14 --
hw/vfio/pci.h | 2 -
hw/vfio/trace-events | 4 -
include/hw/pci-host/spapr.h | 45 -----
include/hw/ppc/spapr.h | 9 +-
13 files changed, 22 insertions(+), 722 deletions(-)
delete mode 100644 hw/ppc/spapr_pci_nvlink2.c
- [PULL 0/3] ppc queue,
Daniel Henrique Barboza <=