qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: init_excp_7x0: fix hreset entry


From: Fabien Chouteau
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: init_excp_7x0: fix hreset entry point.
Date: Wed, 27 Mar 2013 16:09:51 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

On 03/27/2013 03:59 PM, Fabien Chouteau wrote:

> It's actually already implemented (helper_regs.h:96). The question is:
> what is the value of MSR[IP] at reset?
> 

Right now in QEMU, MSR[IP] is always set at reset (MSR_EP == MSR_IP):

translate_init.c:8174:
    msr |= (target_ulong)1 << MSR_EP; 


-- 
Fabien Chouteau



reply via email to

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