qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Huacai Chen and committed by
Aleksandar Markovic
aa2953fd 9865f39d

+1 -1
+1 -1
configure
··· 198 198 arm:arm | aarch64:aarch64 | \ 199 199 i386:i386 | i386:x86_64 | i386:x32 | \ 200 200 x86_64:i386 | x86_64:x86_64 | x86_64:x32 | \ 201 - mips:mips | mipsel:mips | \ 201 + mips:mips | mipsel:mips | mips64:mips | mips64el:mips | \ 202 202 ppc:ppc | ppc64:ppc | ppc:ppc64 | ppc64:ppc64 | ppc64:ppc64le | \ 203 203 s390x:s390x) 204 204 return 0