From: Huacai Chen Date: Sun, 3 May 2020 10:20:15 +0000 (+0800) Subject: configure: Add KVM target support for MIPS64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa2953fd169c98c6ef44feb9c7e44eaad7f2808b;p=qemu.git configure: Add KVM target support for MIPS64 Preparing for Loongson-3 virtualization, add KVM target support for MIPS64 in configure script. Signed-off-by: Huacai Chen Co-developed-by: Jiaxun Yang Reviewed-by: Aleksandar Markovic Signed-off-by: Aleksandar Markovic Message-Id: <1588501221-1205-2-git-send-email-chenhc@lemote.com> --- diff --git a/configure b/configure index af2ba83f0e..f087d2bcd1 100755 --- a/configure +++ b/configure @@ -198,7 +198,7 @@ supported_kvm_target() { arm:arm | aarch64:aarch64 | \ i386:i386 | i386:x86_64 | i386:x32 | \ x86_64:i386 | x86_64:x86_64 | x86_64:x32 | \ - mips:mips | mipsel:mips | \ + mips:mips | mipsel:mips | mips64:mips | mips64el:mips | \ ppc:ppc | ppc64:ppc | ppc:ppc64 | ppc64:ppc64 | ppc64:ppc64le | \ s390x:s390x) return 0