From: "Andreas Färber" <afaerber@suse.de>
To: Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc: qemu-ppc <qemu-ppc@nongnu.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] PPC: Add PIR register to POWER7 CPU
Date: Sat, 03 Mar 2012 19:06:24 +0100 [thread overview]
Message-ID: <4F525DA0.6060808@suse.de> (raw)
In-Reply-To: <4F524894.7060208@freebsd.org>
Am 03.03.2012 17:36, schrieb Nathan Whitehorn:
> The POWER7 emulation is missing the Processor Identification Register,
> mandatory in recent POWER CPUs, that is required for SMP on at least
> some operating systems (e.g. FreeBSD) to function properly. This patch
> copies the existing PIR code from the other CPUs that implement it.
>
> Signed-off-by: Nathan Whitehorn <nwhitehorn@freebsd.org>
Please always cc the respective maintainers (and lists) according to
MAINTAINERS. CC'ing Alex and qemu-ppc.
> ---
> target-ppc/translate_init.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
> index 8a7233f..01f4030 100644
> --- a/target-ppc/translate_init.c
> +++ b/target-ppc/translate_init.c
> @@ -6537,6 +6537,11 @@ static void init_proc_POWER7 (CPUPPCState *env)
> /* Time base */
> gen_tbl(env);
> #if !defined(CONFIG_USER_ONLY)
> + /* Processor identification */
> + spr_register(env, SPR_PIR, "PIR",
> + SPR_NOACCESS, SPR_NOACCESS,
> + &spr_read_generic, &spr_write_pir,
Indentation looks weird here. Stray tab maybe?
Andreas
> + 0x00000000);
> /* PURR & SPURR: Hack - treat these as aliases for the TB for now */
> spr_register(env, SPR_PURR, "PURR",
> &spr_read_purr, SPR_NOACCESS,
> --
> 1.7.9
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-03-03 18:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 16:36 [Qemu-devel] [PATCH] PPC: Add PIR register to POWER7 CPU Nathan Whitehorn
2012-03-03 18:06 ` Andreas Färber [this message]
2012-03-07 15:41 ` Alexander Graf
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=4F525DA0.6060808@suse.de \
--to=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=nwhitehorn@freebsd.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 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).