diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2023-09-19 13:22:02 -0400 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2023-09-19 13:22:02 -0400 |
commit | 6a0eddb34a642be919260e2964e5b4780f80ffdf (patch) | |
tree | c79f51cb9dfc11f15c7e7331689a62592b969585 /MAINTAINERS | |
parent | dd0c84983dd5c3fefaa29f15ed1b4c5c7be9775d (diff) | |
parent | 44fa20c92811a9b88b41b4882a7e948c2fe6bd08 (diff) | |
download | qemu-6a0eddb34a642be919260e2964e5b4780f80ffdf.zip qemu-6a0eddb34a642be919260e2964e5b4780f80ffdf.tar.gz qemu-6a0eddb34a642be919260e2964e5b4780f80ffdf.tar.bz2 |
Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into staging
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.
# -----BEGIN PGP SIGNATURE-----
#
# iIwEABYKADQWIQQX6/+ZI9AYAK8oOBk82cqW3gMxZAUCZQhPnBYcZGFuaWVsaGI0
# MTNAZ21haWwuY29tAAoJEDzZypbeAzFk5QUBAJJNnCtv/SPP6bQVNGMgtfI9sz2z
# MEttDa7SINyLCiVxAP0Y9z8ZHEj6vhztTX0AAv2QubCKWIVbJZbPV5RWrHCEBQ==
# =y3nh
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 18 Sep 2023 09:24:44 EDT
# gpg: using EDDSA key 17EBFF9923D01800AF2838193CD9CA96DE033164
# gpg: issuer "danielhb413@gmail.com"
# gpg: Good signature from "Daniel Henrique Barboza <danielhb413@gmail.com>" [unknown]
# gpg: WARNING: The key's User ID is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 17EB FF99 23D0 1800 AF28 3819 3CD9 CA96 DE03 3164
* tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu:
spapr: Remove support for NVIDIA V100 GPU with NVLink2
ppc/xive: Fix uint32_t overflow
MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 67cefaa..d5773b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -298,11 +298,9 @@ F: hw/openrisc/ F: tests/tcg/openrisc/ PowerPC TCG CPUs +M: Nicholas Piggin <npiggin@gmail.com> M: Daniel Henrique Barboza <danielhb413@gmail.com> R: Cédric Le Goater <clg@kaod.org> -R: David Gibson <david@gibson.dropbear.id.au> -R: Greg Kurz <groug@kaod.org> -R: Nicholas Piggin <npiggin@gmail.com> L: qemu-ppc@nongnu.org S: Odd Fixes F: target/ppc/ @@ -438,10 +436,9 @@ F: target/mips/kvm* F: target/mips/sysemu/ PPC KVM CPUs -M: Daniel Henrique Barboza <danielhb413@gmail.com> +M: Nicholas Piggin <npiggin@gmail.com> +R: Daniel Henrique Barboza <danielhb413@gmail.com> R: Cédric Le Goater <clg@kaod.org> -R: David Gibson <david@gibson.dropbear.id.au> -R: Greg Kurz <groug@kaod.org> S: Odd Fixes F: target/ppc/kvm.c @@ -1430,10 +1427,10 @@ F: include/hw/rtc/m48t59.h F: tests/avocado/ppc_prep_40p.py sPAPR (pseries) -M: Daniel Henrique Barboza <danielhb413@gmail.com> +M: Nicholas Piggin <npiggin@gmail.com> +R: Daniel Henrique Barboza <danielhb413@gmail.com> R: Cédric Le Goater <clg@kaod.org> R: David Gibson <david@gibson.dropbear.id.au> -R: Greg Kurz <groug@kaod.org> R: Harsh Prateek Bora <harshpb@linux.ibm.com> L: qemu-ppc@nongnu.org S: Odd Fixes @@ -1452,8 +1449,8 @@ F: tests/avocado/ppc_pseries.py PowerNV (Non-Virtualized) M: Cédric Le Goater <clg@kaod.org> +M: Nicholas Piggin <npiggin@gmail.com> R: Frédéric Barrat <fbarrat@linux.ibm.com> -R: Nicholas Piggin <npiggin@gmail.com> L: qemu-ppc@nongnu.org S: Odd Fixes F: docs/system/ppc/powernv.rst @@ -1497,12 +1494,9 @@ F: include/hw/pci-host/mv64361.h Virtual Open Firmware (VOF) M: Alexey Kardashevskiy <aik@ozlabs.ru> -R: Cédric Le Goater <clg@kaod.org> -R: Daniel Henrique Barboza <danielhb413@gmail.com> R: David Gibson <david@gibson.dropbear.id.au> -R: Greg Kurz <groug@kaod.org> L: qemu-ppc@nongnu.org -S: Maintained +S: Odd Fixes F: hw/ppc/spapr_vof* F: hw/ppc/vof* F: include/hw/ppc/vof* |