Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-10-23 Thread Peter Crosthwaite
On Fri, Oct 23, 2015 at 8:47 PM, sridhar kulkarni wrote: > Hi Peter, > > I further debugged this issues, > > > Arround line 5000 of file helper.c, I guess updation of uncached_cpsr was > not proper. I changed following line > You can use git to generate this change information for you in a stand

Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-10-23 Thread Peter Maydell
On 23 October 2015 at 12:11, sridhar kulkarni wrote: > Hi, > > Floating point exception error was the result of a divide by zero in the > application. That is now solved and I was able to progress pretty well with > Big Endinan code. > Currently QEMU crashes during handling interrupt controller. >

Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-09-24 Thread Peter Crosthwaite
On Thu, Sep 24, 2015 at 3:48 AM, sridhar kulkarni wrote: > The issue is mostly related to my application under test. When the > application calls a function the PC is getting set up to a wrong address, > and then qemu crashes by displaying "floating point exception(core dumped)" > message. > I am

Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-09-23 Thread Peter Crosthwaite
On Wed, Sep 23, 2015 at 8:41 AM, Peter Maydell wrote: > On 23 September 2015 at 03:48, sridhar kulkarni > wrote: >> Hi Peter, >> >> I was able to progress well using the BE8 work in the branch that you >> pointed out. I am experiencing floating point issue. The qemu just exits, by >> putting a m

Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-09-23 Thread Peter Maydell
On 23 September 2015 at 03:48, sridhar kulkarni wrote: > Hi Peter, > > I was able to progress well using the BE8 work in the branch that you > pointed out. I am experiencing floating point issue. The qemu just exits, by > putting a message that "floating point exception(core dumped)". I suppose >

Re: [Qemu-devel] qemu-system-arm system support for big endian BE8

2015-09-10 Thread Peter Crosthwaite
On Tue, Sep 8, 2015 at 10:12 PM, sridhar kulkarni wrote: > I am cc'ing few guys who have worked on the Arm big endian system support. > I am looking at BE8. Can you please help me with the current status of the > work on big endian support? I would really want to have this working for my > setup.