qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region n


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
Date: Mon, 25 Nov 2024 20:28:02 +0100
User-agent: Mozilla Thunderbird

Hi,

On 25/11/24 14:20, Nicholas Piggin wrote:
By convention, xscom regions get a xscom- prefix.

Fixes: 1adf24708bf7 ("hw/ppc: Add pnv nest pervasive common chiplet model")
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",

Could this break migration stream? Or only RAM regions need to
have a stable name? I don't remember, but try be be cautions with
such cosmetic change just before the release ;)

                            PNV10_XSCOM_CHIPLET_CTRL_REGS_SIZE);
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]