From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Xfs-0007rj-H3 for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:03:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Xfk-0000RP-L0 for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:03:28 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:19928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Xfk-0000Nv-EL for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:03:20 -0400 Message-ID: <53BFC50C.8010803@mail.uni-paderborn.de> Date: Fri, 11 Jul 2014 12:05:48 +0100 From: Bastian Koppelmann MIME-Version: 1.0 References: <1404756822-3253-1-git-send-email-kbastian@mail.uni-paderborn.de> <1404756822-3253-2-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/15] target-tricore: Add target stubs and qom-cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Richard Henderson Hi Peter, On 07/07/2014 08:24 PM, Peter Maydell wrote: > I think you probably want the configure and default-configs changes to > be at the end of the patch series (or at least part way through it), > not at the start. The general approach is: * some patches which > implement the basic absolute minimum functionality, usefully split up > * then add the configure and default-configs changes that allow the > user to select the target and include it in the default target list Would you recommend to add the part, which activates the target, at the end of this patch series or at the end of the implementation of the target? thanks, Bastian