From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXX5k-0003bA-KG for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXX5d-0000y1-B9 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:38:08 -0400 Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]:33265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXX5d-0000xJ-7N for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:38:01 -0400 Received: by qcyi15 with SMTP id i15so47137943qcy.0 for ; Mon, 16 Mar 2015 08:38:00 -0700 (PDT) Sender: Richard Henderson Message-ID: <5506F8D4.6090806@twiddle.net> Date: Mon, 16 Mar 2015 08:37:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] Execute _start and reach to the first function call successfully List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Peter Maydell Cc: "walt@tilera.com" , Chris Metcalf , Riku Voipio , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel On 03/15/2015 04:57 PM, Chen Gang wrote: > OK, thanks. And next, I shall try to send the whole tilegx patches again > (it is about 6-8 patches), within 2015-03-18. When you do so, make sure it's against the *current* master tree. Your patch set doesn't compile at all at the moment, after commit 2994fd96d986578a342f2342501b4ad30f6d0a85 Author: Eduardo Habkost Date: Thu Feb 26 17:37:49 2015 -0300 cpu: Make cpu_init() return QOM CPUState object changed the return type of cpu_init. In addition, one of your patches is going to need to copy over the linux opcodes_tilegx.h header file. Perhaps you forgot to "git add" the file when you created this "v3 Execute" patch? r~