From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQ4QA-0007GB-1M for qemu-devel@nongnu.org; Mon, 04 Aug 2008 14:04:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQ4Q8-0007FW-Bk for qemu-devel@nongnu.org; Mon, 04 Aug 2008 14:04:36 -0400 Received: from [199.232.76.173] (port=49346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQ4Q8-0007FR-66 for qemu-devel@nongnu.org; Mon, 04 Aug 2008 14:04:36 -0400 Received: from mx1.redhat.com ([66.187.233.31]:41164) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQ4Q7-00042q-UV for qemu-devel@nongnu.org; Mon, 04 Aug 2008 14:04:36 -0400 Message-ID: <48974495.2090004@redhat.com> Date: Mon, 04 Aug 2008 20:04:05 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/7] xen: groundwork for xen support References: <1217865045-10722-1-git-send-email-kraxel@redhat.com> <1217865045-10722-2-git-send-email-kraxel@redhat.com> <48973DD1.9080703@codemonkey.ws> In-Reply-To: <48973DD1.9080703@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org Anthony Liguori wrote: > Gerd Hoffmann wrote: >> # OS specific >> targetos=`uname -s` >> @@ -202,6 +203,7 @@ linux="yes" >> linux_user="yes" >> if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then >> kqemu="yes" >> + xen="yes" >> audio_possible_drivers="$audio_possible_drivers fmod" >> fi >> > > Is this really necessary? The compile check will take care of the non > i386/x86_64 cases. It works a lot better when using a cross-compiler too. This is just me being conservative and enable the cases I know it works for. There is ia64 xen ... cheers, Gerd -- http://kraxel.fedorapeople.org/xenner/