From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: qemu-ppc@nongnu.org, Greg Kurz <groug@kaod.org>,
Nicholas Piggin <npiggin@gmail.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH] spapr: propagate LPCR to hot-plugged CPUs
Date: Thu, 27 May 2021 14:26:46 +1000 [thread overview]
Message-ID: <YK8fhio3eTvqVuy7@yekko> (raw)
In-Reply-To: <20210524114132.572659-1-clg@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]
On Mon, May 24, 2021 at 01:41:32PM +0200, Cédric Le Goater wrote:
> Distros have started using the 'scv' instructions (glibc 2.33) which
> relies on the LPCR AIL bits. Unfortunately, the LPCR of hot-plugged
> CPUs is not synchronized with the rest of machine and it breaks the
> guest OS.
>
> Fix that by using the first CPU to set the LPCR value of all hot-plugged
> CPUs.
>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
I'm assuming this is obsoleted by Nick Piggin's rework of LPCR
initialization. This patch does fix a real bug, but it leaves LPCR
initialization a bit of a mess.
> ---
> hw/ppc/spapr.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> index c23bcc449071..e463c2570c7a 100644
> --- a/hw/ppc/spapr.c
> +++ b/hw/ppc/spapr.c
> @@ -3890,6 +3890,8 @@ static void spapr_core_plug(HotplugHandler *hotplug_dev, DeviceState *dev)
> for (i = 0; i < cc->nr_threads; i++) {
> ppc_set_compat(core->threads[i], POWERPC_CPU(first_cpu)->compat_pvr,
> &error_abort);
> + ppc_store_lpcr(core->threads[i],
> + POWERPC_CPU(first_cpu)->env.spr[SPR_LPCR]);
> }
> }
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2021-05-27 7:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-24 11:41 [PATCH] spapr: propagate LPCR to hot-plugged CPUs Cédric Le Goater
2021-05-25 15:12 ` Greg Kurz
2021-05-27 4:26 ` David Gibson [this message]
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=YK8fhio3eTvqVuy7@yekko \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=groug@kaod.org \
--cc=npiggin@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).