From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdAE-0005QT-QC for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:05:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIdAA-0004AA-DY for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:05:10 -0500 Received: from www11.your-server.de ([213.133.104.11]:45643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdAA-00040t-7J for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:05:06 -0500 Message-ID: <54D0C778.8020700@macke.de> Date: Tue, 03 Feb 2015 14:04:56 +0100 From: Sebastian Macke MIME-Version: 1.0 References: <1422929995-33807-1-git-send-email-proljc@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Jia Liu Cc: blue@cmd.nu, QEMU Developers , Anthony Liguori 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 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