Message ID | 1588501221-1205-2-git-send-email-chenhc@lemote.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mips: Add Loongson-3 machine support (with KVM) | expand |
нед, 3. мај 2020. у 12:23 Huacai Chen <zltjiangshi@gmail.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> > --- Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.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 >
On Sun, May 3, 2020 at 12:23 PM Huacai Chen <zltjiangshi@gmail.com> wrote: > > 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> > --- Applied to MIPS queue. May health be with you and all people of China! Aleksandar > 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 > >
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
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(-)