Re: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3

2015-02-03 Thread Peter Maydell
On 3 February 2015 at 13:04, Sebastian Macke wrote: > Hi Peter, > > unfortunately you are right. > > The correct line is this: > > /* invalidate lock */ > -env->cpu_lock_addr = -1; > +env->lock_addr = -1; > > I am sorry. It was most likely the last line which I added. But I forgot, >

Re: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3

2015-02-03 Thread Sebastian Macke
Hi Peter, unfortunately you are right. The correct line is this: /* invalidate lock */ -env->cpu_lock_addr = -1; +env->lock_addr = -1; I am sorry. It was most likely the last line which I added. But I forgot, that I disabled the system emulation already. Therefore my make proces

Re: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3

2015-02-03 Thread Peter Maydell
On 3 February 2015 at 02:19, Jia Liu wrote: > Hi Anthony, > > This is my OpenRISC patch queue for 2.3, it have been well tested, please > pull. ...it can't have been very well tested, because it doesn't compile: target-openrisc/interrupt.c: In function ‘openrisc_cpu_do_interrupt’: target-openri

[Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3

2015-02-02 Thread Jia Liu
Hi Anthony, This is my OpenRISC patch queue for 2.3, it have been well tested, please pull. Thanks to Christian and Sebastian, they made the LD/ST updated. Regards, Jia The following changes since commit 16017c48547960539fcadb1f91d252124f442482: softfloat: Clarify license status (2015-01-