qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/7] xen: groundwork for xen support


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 1/7] xen: groundwork for xen support
Date: Mon, 04 Aug 2008 20:04:05 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]