|
| From: | Anthony Liguori |
| Subject: | Re: [Qemu-devel] [PATCH 1/7] xen: groundwork for xen support |
| Date: | Mon, 04 Aug 2008 12:35:13 -0500 |
| User-agent: | Thunderbird 2.0.0.14 (X11/20080501) |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |