[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/6] ppc/pnv: Add xscom- prefix to pervasive-control region name
From: |
Nicholas Piggin |
Subject: |
[PULL 4/6] ppc/pnv: Add xscom- prefix to pervasive-control region name |
Date: |
Wed, 27 Nov 2024 03:12:33 +1000 |
By convention, xscom regions get a xscom- prefix.
Fixes: 1adf24708bf7 ("hw/ppc: Add pnv nest pervasive common chiplet model")
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
hw/ppc/pnv_nest_pervasive.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ppc/pnv_nest_pervasive.c b/hw/ppc/pnv_nest_pervasive.c
index 77476753a4..780fa69dde 100644
--- a/hw/ppc/pnv_nest_pervasive.c
+++ b/hw/ppc/pnv_nest_pervasive.c
@@ -177,7 +177,7 @@ static void pnv_nest_pervasive_realize(DeviceState *dev,
Error **errp)
pnv_xscom_region_init(&nest_pervasive->xscom_ctrl_regs_mr,
OBJECT(nest_pervasive),
&pnv_nest_pervasive_control_xscom_ops,
- nest_pervasive, "pervasive-control",
+ nest_pervasive, "xscom-pervasive-control",
PNV10_XSCOM_CHIPLET_CTRL_REGS_SIZE);
}
--
2.45.2
- [PULL 0/6] ppc-for-9.2-2 queue, Nicholas Piggin, 2024/11/26
- [PULL 1/6] target/ppc: Fix non-maskable interrupt while halted, Nicholas Piggin, 2024/11/26
- [PULL 2/6] ppc/pnv: Fix direct controls quiesce, Nicholas Piggin, 2024/11/26
- [PULL 4/6] ppc/pnv: Add xscom- prefix to pervasive-control region name,
Nicholas Piggin <=
- [PULL 3/6] target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket, Nicholas Piggin, 2024/11/26
- [PULL 6/6] hw/ppc/pegasos2: Fix IRQ routing from pci.0, Nicholas Piggin, 2024/11/26
- [PULL 5/6] ppc/spapr: fix drc index mismatch for partially enabled vcpus, Nicholas Piggin, 2024/11/26
- Re: [PULL 0/6] ppc-for-9.2-2 queue, Peter Maydell, 2024/11/26
- Re: [PULL 0/6] ppc-for-9.2-2 queue, Michael Tokarev, 2024/11/27