From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMOWS-0005CY-86 for qemu-devel@nongnu.org; Thu, 02 Jul 2009 11:48:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMOWM-0005B3-21 for qemu-devel@nongnu.org; Thu, 02 Jul 2009 11:48:27 -0400 Received: from [199.232.76.173] (port=35986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMOWL-0005Aq-PW for qemu-devel@nongnu.org; Thu, 02 Jul 2009 11:48:21 -0400 Received: from mx20.gnu.org ([199.232.41.8]:63423) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMOWL-0001pw-Ed for qemu-devel@nongnu.org; Thu, 02 Jul 2009 11:48:21 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMOWK-0006lK-Bm for qemu-devel@nongnu.org; Thu, 02 Jul 2009 11:48:20 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 11/19] configure xen in a single place Date: Thu, 2 Jul 2009 16:48:16 +0100 References: <9ff404766d8d5b7411bb7f154646c98d51c573a1.1246545655.git.quintela@redhat.com> <200907021724.19681.Christoph.Egger@amd.com> In-Reply-To: <200907021724.19681.Christoph.Egger@amd.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907021648.17635.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Christoph Egger , quintela@redhat.com > > + i386|x86_64) > > If 'target_cpu' is set by 'uname -m' then this has to be It obviously isn't. Paul