From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJTyr-0006zA-AL for qemu-devel@nongnu.org; Thu, 07 Apr 2005 06:11:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJTyp-0006vG-SW for qemu-devel@nongnu.org; Thu, 07 Apr 2005 06:11:20 -0400 Received: from [194.251.242.244] (helo=fep19.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJUOv-00074I-Vs for qemu-devel@nongnu.org; Thu, 07 Apr 2005 06:38:18 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep19.inet.fi with ESMTP id <20050407103738.EAAL21089.fep19.inet.fi@co.inet.fi> for ; Thu, 7 Apr 2005 13:37:38 +0300 Message-ID: <42550D71.1040509@co.inet.fi> Date: Thu, 07 Apr 2005 13:37:37 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Is Little endian supported by Qemu -prep sorry wrong info!! References: <4254DB0D.6060509@co.inet.fi> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Tero Kaarlela wrote: > Still working on OS/2 PPC edition bootloading. I got patch to > ppc_prep.c from J Mayer to make it support non-continuous I/O map > mode. It seemed to work ok. But catched bug in the further code after > line mfspr r3,1008. I modified ppc_prep.c Processor version from > 0x00080000 (g3) to 0x00040000 (604) and problem was fixed. Now it > crashes after code: > > subfic r0,r0,-32690 > mtlr r0 > blr > (LR = ffef7f1e) > r0 was 0x00100130 to begin with > > This error happens shortly after changinfg MSR state from 0x00000030 > to 0x00000031 (change mode from Big-endian to Little endian) So might > Little-endian be reason why LR goes nuts?:) Sorry I gave wrong info my mistake MSR state is changed from 0x00010030 to 0x00000031 So DR & IR also affected > > > Tero Kaarlela > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >