mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
ppc/pnv: Add xscom- prefix to pervasive-control region name
By convention, xscom regions get a xscom- prefix.
Fixes: 1adf24708b
("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>
This commit is contained in:
parent
2fc0a78a57
commit
5e39814916
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue