From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcAT9-00013n-DP for qemu-devel@nongnu.org; Tue, 14 May 2013 04:20:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcAT0-00085d-O5 for qemu-devel@nongnu.org; Tue, 14 May 2013 04:20:23 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:12085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcAT0-00084g-EX for qemu-devel@nongnu.org; Tue, 14 May 2013 04:20:14 -0400 Message-ID: <5191F3A6.60602@huawei.com> Date: Tue, 14 May 2013 10:19:50 +0200 From: Claudio Fontana MIME-Version: 1.0 References: <5141F36E.10004@huawei.com> <5187A863.7080903@huawei.com> <5187AFC0.3090201@redhat.com> <5190E923.1030200@huawei.com> <5190EA89.1000509@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] configure: permit compilation on arm aarch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel@nongnu.org On 13.05.2013 20:29, Peter Maydell wrote: > On 13 May 2013 14:28, Claudio Fontana wrote: >> >> support compiling on aarch64. >> >> Signed-off-by: Claudio Fontana > > This looks good, but it should be the last patch in the series, > so we don't allow the support to be enabled until the code > that implements it is present. > > thanks > -- PMM Of course, that would break bisection. Will fix by putting last. -- Claudio Fontana