qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 10/10] target-mips: Enable KVM support in bui


From: James Hogan
Subject: Re: [Qemu-devel] [PATCH v2 10/10] target-mips: Enable KVM support in build system
Date: Mon, 23 Dec 2013 12:31:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

Hi Peter,

On 21/12/13 18:59, Peter Maydell wrote:
>> @@ -4526,6 +4529,7 @@ case "$target_name" in
>>        \( "$target_name" = "ppc64"  -a "$cpu" = "ppc" \) -o \
>>        \( "$target_name" = "ppc"    -a "$cpu" = "ppc64" \) -o \
>>        \( "$target_name" = "ppcemb" -a "$cpu" = "ppc64" \) -o \
>> +      \( "$target_name" = "mipsel" -a "$cpu" = "mips" \) -o \
>>        \( "$target_name" = "x86_64" -a "$cpu" = "i386"   \) -o \
>>        \( "$target_name" = "i386"   -a "$cpu" = "x86_64" \) \) ; then
> 
> Really no support for mips64 or mips64el targets?

At present the MIPS Linux kernel only supports KVM T&E for MIPS32r2. I
would expect that to change eventually.

Thanks
James




reply via email to

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