From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya3wZ-0008IN-8q for qemu-devel@nongnu.org; Mon, 23 Mar 2015 11:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya3wU-0000kv-82 for qemu-devel@nongnu.org; Mon, 23 Mar 2015 11:07:07 -0400 Received: from mail-yh0-x22c.google.com ([2607:f8b0:4002:c01::22c]:36629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya3wU-0000kd-3R for qemu-devel@nongnu.org; Mon, 23 Mar 2015 11:07:02 -0400 Received: by yhjf44 with SMTP id f44so69776757yhj.3 for ; Mon, 23 Mar 2015 08:07:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <55102C10.8020003@twiddle.net> Date: Mon, 23 Mar 2015 08:06:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <550D455B.8000004@hotmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/12 v8] target-tilegx: Add TILE-Gx building files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Chris Metcalf , Riku Voipio , "walt@tilera.com" Cc: qemu-devel On 03/21/2015 03:23 AM, Chen Gang wrote: > Add related configuration, make files for tilegx. > > Signed-off-by: Chen Gang > --- > configure | 3 +++ > default-configs/tilegx-linux-user.mak | 1 + > target-tilegx/Makefile.objs | 1 + You need to move this patch after 10/12, so that every patch is buildable. Otherwise this is a fairly good split of patches. r~