]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/pnv: Introduce Pnv11Chip
authorAditya Gupta <adityag@linux.ibm.com>
Thu, 25 Sep 2025 17:30:42 +0000 (23:00 +0530)
committerHarsh Prateek Bora <harshpb@linux.ibm.com>
Sun, 28 Sep 2025 17:51:58 +0000 (23:21 +0530)
commit98ee172538abdc1ac42d094bc8859765e5f8a79b
tree4d63d339d43b01aa228d797ba751e1d6a5a8aa70
parentd6dfd8d40cebebc3378d379cd28879e0345fbf91
ppc/pnv: Introduce Pnv11Chip

Implement Pnv11Chip, currently without chiptod, xive and phb.

Chiptod, XIVE, PHB are implemented in later patches.

Since Power11 core is same as Power10, the implementation of Pnv11Chip
is a duplicate of corresponding Pnv10Chip.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Link: https://lore.kernel.org/r/20250925173049.891406-2-adityag@linux.ibm.com
Message-ID: <20250925173049.891406-2-adityag@linux.ibm.com>
hw/ppc/pnv.c
hw/ppc/pnv_core.c
include/hw/ppc/pnv.h
include/hw/ppc/pnv_chip.h
include/hw/ppc/pnv_xscom.h