[PATCH-for-10.2] buildsys: Remove dead 'mips' entry in supported_cpus[] array

Philippe Mathieu-Daudé posted 1 patch 3 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251117114200.60917-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH-for-10.2] buildsys: Remove dead 'mips' entry in supported_cpus[] array
Posted by Philippe Mathieu-Daudé 3 weeks, 5 days ago
Remove 'mips' from supported_cpus[], forgotten in commit
269ffaabc84 ("buildsys: Remove support for 32-bit MIPS hosts").

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

diff --git a/meson.build b/meson.build
index df4460035c3..5ddec8afd7b 100644
--- a/meson.build
+++ b/meson.build
@@ -52,7 +52,7 @@ qapi_trace_events = []
 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux', 'emscripten']
 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64',
-  'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc64', 'wasm32']
+  'arm', 'aarch64', 'loongarch64', 'mips64', 'sparc64', 'wasm32']
 
 cpu = host_machine.cpu_family()
 
-- 
2.51.0


Re: [PATCH-for-10.2] buildsys: Remove dead 'mips' entry in supported_cpus[] array
Posted by Philippe Mathieu-Daudé 3 weeks, 4 days ago
On 17/11/25 12:42, Philippe Mathieu-Daudé wrote:
> Remove 'mips' from supported_cpus[], forgotten in commit
> 269ffaabc84 ("buildsys: Remove support for 32-bit MIPS hosts").
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   meson.build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Queued, thanks.

Re: [PATCH-for-10.2] buildsys: Remove dead 'mips' entry in supported_cpus[] array
Posted by Daniel P. Berrangé 3 weeks, 5 days ago
On Mon, Nov 17, 2025 at 12:42:00PM +0100, Philippe Mathieu-Daudé wrote:
> Remove 'mips' from supported_cpus[], forgotten in commit
> 269ffaabc84 ("buildsys: Remove support for 32-bit MIPS hosts").
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|