From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOF3-0001FJ-Rb for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:13:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxOF2-0000Oc-EI for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:13:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOF2-0000OR-6a for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:13:00 -0400 Date: Fri, 3 Aug 2012 16:57:42 -0300 From: Marcelo Tosatti Message-ID: <20120803195742.GC25688@amt.cnet> References: <1343998285-12848-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343998285-12848-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH v2] configure: Don't implicitly hardcode list of KVM architectures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: kvm@vger.kernel.org, patches@linaro.org, Alexander Graf , qemu-devel@nongnu.org, Avi Kivity , Andreas =?iso-8859-1?Q?F=E4rber?= On Fri, Aug 03, 2012 at 01:51:25PM +0100, Peter Maydell wrote: > The code creating the symlink from linux-headers/asm to the > architecture specific linux-headers/asm-$arch directory was > implicitly hardcoding a list of KVM supporting architectures. > Add a default case for the common "Linux architecture name and > QEMU CPU name match" case, so future architectures will only > need to add code if they've managed to get mismatched names. > > Signed-off-by: Peter Maydell > --- > v1->v2 changes: conform to same indent rules as surrounding code Applied to uq/master, thanks.