From: Huacai Chen <zltjiangshi@gmail.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Aleksandar Markovic" <aleksandar.qemu.devel@gmail.com>
Cc: Huacai Chen <chenhuacai@gmail.com>,
Huacai Chen <chenhc@lemote.com>,
Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>,
qemu-devel@nongnu.org, Aurelien Jarno <aurelien@aurel32.net>
Subject: [PATCH for-5.1 V2 1/7] configure: Add KVM target support for MIPS64
Date: Thu, 30 Apr 2020 18:22:29 +0800 [thread overview]
Message-ID: <1588242155-23924-2-git-send-email-chenhc@lemote.com> (raw)
In-Reply-To: <1588242155-23924-1-git-send-email-chenhc@lemote.com>
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>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 23b5e93..7581e65 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
--
2.7.0
next prev parent reply other threads:[~2020-04-30 10:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-30 10:22 [PATCH for-5.1 V2 0/7] mips: Add Loongson-3 machine support (with KVM) Huacai Chen
2020-04-30 10:22 ` Huacai Chen [this message]
2020-04-30 10:22 ` [PATCH for-5.1 V2 2/7] hw/mips: Implement the kvm_type() hook in MachineClass Huacai Chen
2020-04-30 10:22 ` [PATCH for-5.1 V2 3/7] hw/mips: Add CPU IRQ3 delivery for KVM Huacai Chen
2020-04-30 10:22 ` [PATCH for-5.1 V2 4/7] target/mips: Add Loongson-3 CPU definition Huacai Chen
2020-04-30 10:22 ` [PATCH for-5.1 V2 5/7] target/mips: Add more CP0 register for save/restore Huacai Chen
2020-04-30 10:22 ` [PATCH for-5.1 V2 6/7] hw/mips: Add Loongson-3 machine support (with KVM) Huacai Chen
2020-04-30 10:22 ` [PATCH for-5.1 V2 7/7] MAINTAINERS: Add myself as Loongson-3 maintainer Huacai Chen
2020-04-30 20:09 ` [PATCH for-5.1 V2 0/7] mips: Add Loongson-3 machine support (with KVM) no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588242155-23924-2-git-send-email-chenhc@lemote.com \
--to=zltjiangshi@gmail.com \
--cc=aleksandar.qemu.devel@gmail.com \
--cc=aleksandar.rikalo@rt-rk.com \
--cc=aurelien@aurel32.net \
--cc=chenhc@lemote.com \
--cc=chenhuacai@gmail.com \
--cc=f4bug@amsat.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).