diff options
| author | Huacai Chen <zltjiangshi@gmail.com> | 2020-05-03 18:20:15 +0800 |
|---|---|---|
| committer | Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> | 2020-06-01 13:28:21 +0200 |
| commit | aa2953fd169c98c6ef44feb9c7e44eaad7f2808b (patch) | |
| tree | b0c4fda45ce00abe68232a552b96a4d3734a5062 | |
| parent | 9865f39db06d6c7c634d06684981861035412a48 (diff) | |
| download | focaccia-qemu-aa2953fd169c98c6ef44feb9c7e44eaad7f2808b.tar.gz focaccia-qemu-aa2953fd169c98c6ef44feb9c7e44eaad7f2808b.zip | |
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 <chenhc@lemote.com> Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Message-Id: <1588501221-1205-2-git-send-email-chenhc@lemote.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |