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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html