qemu-devel
[Top][All Lists]
Advanced

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

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


From: Sebastian Macke
Subject: Re: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3
Date: Tue, 03 Feb 2015 14:04:56 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

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 process didn't complain.
Should I send an updated patch, or can you do a hot-fix?

Sebastian


On 2/3/2015 11:40 AM, Peter Maydell wrote:
On 3 February 2015 at 02:19, Jia Liu <address@hidden> 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-openrisc/interrupt.c:58:8: error: ‘CPUOpenRISCState’ has no
member named ‘cpu_lock_addr’

thanks
-- PMM




reply via email to

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