From: "Hervé Poussineau" <hpoussin@reactos.org>
To: mdroth <mdroth@linux.vnet.ibm.com>
Cc: qemu-stable@nongnu.org, qemu-ppc@nongnu.org,
qemu-devel@nongnu.org, Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e
Date: Sat, 15 Jun 2013 20:20:04 +0200 [thread overview]
Message-ID: <51BCB054.4040202@reactos.org> (raw)
In-Reply-To: <20130611214241.GA13030@vm>
mdroth a écrit :
> On Mon, May 20, 2013 at 08:17:47PM +0200, Hervé Poussineau wrote:
>> Ping.
>> This should be IMO committed to stable, as it fixes a crash with
>> qemu-system-ppc -M prep -cpu 603e
>
> Ping^2. Looking to pull this in for 1.5.1
Ping^3
>> Hervé Poussineau a écrit :
>>> IABR SPR is already registered in gen_spr_603(), called from init_proc_603E().
>>>
>>> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
>>> ---
>>> target-ppc/translate_init.c | 5 -----
>>> 1 file changed, 5 deletions(-)
>>>
>>> diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
>>> index 6feb62a..248d3e0 100644
>>> --- a/target-ppc/translate_init.c
>>> +++ b/target-ppc/translate_init.c
>>> @@ -4980,11 +4980,6 @@ static void init_proc_603E (CPUPPCState *env)
>>> SPR_NOACCESS, SPR_NOACCESS,
>>> &spr_read_generic, &spr_write_generic,
>>> 0x00000000);
>>> - /* XXX : not implemented */
>>> - spr_register(env, SPR_IABR, "IABR",
>>> - SPR_NOACCESS, SPR_NOACCESS,
>>> - &spr_read_generic, &spr_write_generic,
>>> - 0x00000000);
>>> /* Memory management */
>>> gen_low_BATs(env);
>>> gen_6xx_7xx_soft_tlb(env, 64, 2);
>>
>
next prev parent reply other threads:[~2013-06-15 18:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-11 19:03 [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e Hervé Poussineau
2013-05-20 18:17 ` Hervé Poussineau
2013-06-11 21:42 ` [Qemu-devel] [Qemu-stable] " mdroth
2013-06-15 18:19 ` Hervé Poussineau
2013-06-15 18:20 ` Hervé Poussineau [this message]
2013-06-15 21:00 ` [Qemu-devel] " Andreas Färber
2013-06-18 15:38 ` 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=51BCB054.4040202@reactos.org \
--to=hpoussin@reactos.org \
--cc=agraf@suse.de \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-stable@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).