From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] configure: Don't implicitly hardcode list of KVM architectures Date: Fri, 3 Aug 2012 16:57:42 -0300 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 Cc: kvm@vger.kernel.org, patches@linaro.org, Alexander Graf , qemu-devel@nongnu.org, Avi Kivity , Andreas =?iso-8859-1?Q?F=E4rber?= To: Peter Maydell Return-path: Content-Disposition: inline In-Reply-To: <1343998285-12848-1-git-send-email-peter.maydell@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org 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.