From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKrzB-0005uD-U7 for qemu-devel@nongnu.org; Wed, 27 Mar 2013 11:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKrz7-0001YP-8q for qemu-devel@nongnu.org; Wed, 27 Mar 2013 11:09:57 -0400 Message-ID: <51530BBF.6040606@adacore.com> Date: Wed, 27 Mar 2013 16:09:51 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <1364392235-6193-1-git-send-email-chouteau@adacore.com> <4427FBE0-BA0D-4BFD-9D7C-F1406DF5239A@suse.de> <5153093D.6040802@adacore.com> In-Reply-To: <5153093D.6040802@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: init_excp_7x0: fix hreset entry point. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org 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