[PATCH] Remove arm from KVM arches

Daniel P. Berrangé via Devel posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20251103143724.451312-1-berrange@redhat.com
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Remove arm from KVM arches
Posted by Daniel P. Berrangé via Devel 2 weeks, 3 days ago
From: Daniel P. Berrangé <berrange@redhat.com>

Not only was ARM 7 dropped from Fedora 37, KVM support has also been
dropped in upstream Linux.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index aff2707705..e3d48d351a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -6,7 +6,7 @@
 %define min_rhel 9
 %define min_fedora 41
 
-%define arches_qemu_kvm         %{ix86} x86_64 %{power64} %{arm} aarch64 s390x riscv64
+%define arches_qemu_kvm         %{ix86} x86_64 %{power64} aarch64 s390x riscv64
 %if 0%{?rhel}
     %if 0%{?rhel} >= 10
         %define arches_qemu_kvm     x86_64 aarch64 s390x riscv64
-- 
2.51.1

Re: [PATCH] Remove arm from KVM arches
Posted by Peter Krempa via Devel 2 weeks, 3 days ago
On Mon, Nov 03, 2025 at 14:37:24 +0000, Daniel P. Berrangé via Devel wrote:
> From: Daniel P. Berrangé <berrange@redhat.com>
> 
> Not only was ARM 7 dropped from Fedora 37, KVM support has also been
> dropped in upstream Linux.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  libvirt.spec.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>