[PATCH v2 6/7] kvm/mips: Remove support for 32-bit hosts

Philippe Mathieu-Daudé posted 7 patches 2 weeks, 4 days ago
There is a newer version of this series
[PATCH v2 6/7] kvm/mips: Remove support for 32-bit hosts
Posted by Philippe Mathieu-Daudé 2 weeks, 4 days ago
See previous commit for rationale.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meson.build b/meson.build
index afaefa01722..c5710a6a47c 100644
--- a/meson.build
+++ b/meson.build
@@ -295,8 +295,6 @@ elif cpu == 'ppc'
   kvm_targets = ['ppc-softmmu']
 elif cpu == 'ppc64'
   kvm_targets = ['ppc-softmmu', 'ppc64-softmmu']
-elif cpu == 'mips'
-  kvm_targets = ['mips-softmmu', 'mipsel-softmmu']
 elif cpu == 'mips64'
   kvm_targets = ['mips-softmmu', 'mipsel-softmmu', 'mips64-softmmu', 'mips64el-softmmu']
 elif cpu == 'riscv32'
-- 
2.51.0


Re: [PATCH v2 6/7] kvm/mips: Remove support for 32-bit hosts
Posted by Thomas Huth 2 weeks, 4 days ago
On 09/10/2025 21.52, Philippe Mathieu-Daudé wrote:
> See previous commit for rationale.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   meson.build | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/meson.build b/meson.build
> index afaefa01722..c5710a6a47c 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -295,8 +295,6 @@ elif cpu == 'ppc'
>     kvm_targets = ['ppc-softmmu']
>   elif cpu == 'ppc64'
>     kvm_targets = ['ppc-softmmu', 'ppc64-softmmu']
> -elif cpu == 'mips'
> -  kvm_targets = ['mips-softmmu', 'mipsel-softmmu']
>   elif cpu == 'mips64'
>     kvm_targets = ['mips-softmmu', 'mipsel-softmmu', 'mips64-softmmu', 'mips64el-softmmu']
>   elif cpu == 'riscv32'

Reviewed-by: Thomas Huth <thuth@redhat.com>