From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQ3yL-0007hl-V6 for qemu-devel@nongnu.org; Mon, 04 Aug 2008 13:35:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQ3yJ-0007cE-3x for qemu-devel@nongnu.org; Mon, 04 Aug 2008 13:35:52 -0400 Received: from [199.232.76.173] (port=36779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQ3yI-0007bx-T9 for qemu-devel@nongnu.org; Mon, 04 Aug 2008 13:35:50 -0400 Received: from wr-out-0506.google.com ([64.233.184.232]:2645) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQ3yI-0007NI-R7 for qemu-devel@nongnu.org; Mon, 04 Aug 2008 13:35:50 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1741280wra.18 for ; Mon, 04 Aug 2008 10:35:48 -0700 (PDT) Message-ID: <48973DD1.9080703@codemonkey.ws> Date: Mon, 04 Aug 2008 12:35:13 -0500 From: Anthony Liguori 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> In-Reply-To: <1217865045-10722-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Gerd Hoffmann 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. Regards, Anthony Liguori