From: "Nicholas Piggin" <npiggin@gmail.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
qemu-ppc@nongnu.org, "Peter Xu" <peterx@redhat.com>,
"Fabiano Rosas" <farosas@suse.de>
Cc: <qemu-devel@nongnu.org>,
"Chalapathi V" <chalapathi.v@linux.ibm.com>,
"Harsh Prateek Bora" <harshpb@linux.ibm.com>,
"Glenn Miles" <milesg@linux.ibm.com>
Subject: Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
Date: Tue, 26 Nov 2024 13:54:53 +1000 [thread overview]
Message-ID: <D5VT2APZ0C4M.2BNQ7AT62V693@gmail.com> (raw)
In-Reply-To: <03d94b2b-4653-4401-a33d-8581ec022ced@linaro.org>
On Tue Nov 26, 2024 at 5:28 AM AEST, Philippe Mathieu-Daudé wrote:
> 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 ;)
Hey Phil,
Thanks for always somehow being across everything :)
For the powernv machine we are okay since we don't support migration
at all. It's on the wishlist, but at the moment we have lots of
hardware models that don't provide vmstate. So I think we are okay.
Thanks,
Nick
next prev parent reply other threads:[~2024-11-26 3:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-25 13:20 [PATCH 0/4] ppc: various fixes for 9.2 Nicholas Piggin
2024-11-25 13:20 ` [PATCH 1/4] target/ppc: Fix non-maskable interrupt while halted Nicholas Piggin
2024-11-25 16:26 ` Miles Glenn
2024-11-25 13:20 ` [PATCH 2/4] ppc/pnv: Fix direct controls quiesce Nicholas Piggin
2024-11-25 16:31 ` Miles Glenn
2024-11-25 13:20 ` [PATCH 3/4] target/ppc: Fix THREAD_SIBLING_FOREACH for mult-socket Nicholas Piggin
2024-11-25 16:26 ` Miles Glenn
2024-11-25 13:20 ` [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name Nicholas Piggin
2024-11-25 16:28 ` Miles Glenn
2024-11-25 19:28 ` Philippe Mathieu-Daudé
2024-11-26 3:54 ` Nicholas Piggin [this message]
2024-11-26 5:19 ` Philippe Mathieu-Daudé
2024-11-26 15:43 ` Peter Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D5VT2APZ0C4M.2BNQ7AT62V693@gmail.com \
--to=npiggin@gmail.com \
--cc=chalapathi.v@linux.ibm.com \
--cc=farosas@suse.de \
--cc=harshpb@linux.ibm.com \
--cc=milesg@linux.ibm.com \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.