From 62d89598f4b5fc904aefd913d7a15e53314f3e90 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 24 2018 11:50:06 +0000 Subject: Added kvm_target arm --- diff --git a/SPECS/qemu-kvm.spec b/SPECS/qemu-kvm.spec index 5ef35b6..8a95fd4 100644 --- a/SPECS/qemu-kvm.spec +++ b/SPECS/qemu-kvm.spec @@ -14,7 +14,7 @@ %global have_usbredir 0 %endif -%ifnarch s390 s390x +%ifnarch s390 s390x %{arm} %global have_librdma 1 %global have_tcmalloc 1 %endif @@ -41,6 +41,9 @@ %ifarch aarch64 %global kvm_target aarch64 %endif +%ifarch %{arm} + %global kvm_target arm +%endif #Versions of various parts: @@ -82,7 +85,7 @@ Epoch: 10 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools URL: http://www.qemu.org/ -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 %{arm} Requires: seabios-bin >= 1.7.2.2-5 Requires: sgabios-bin Requires: seavgabios-bin @@ -6402,6 +6405,9 @@ sh %{_sysconfdir}/sysconfig/modules/kvm.modules &> /dev/null || : %{_mandir}/man8/qemu-nbd.8* %changelog +* Mon May 21 2018 Fabian Arrotin - 1.5.3-156.el7_5.2 +- Added kvm_target arm (Jacco@redsleeve.org) + * Fri May 11 2018 Miroslav Rezanina - 1.5.3-156.el7_5.2 - kvm-i386-define-the-ssbd-CPUID-feature-bit-CVE-2018-3639.patch [bz#1574075] - Resolves: bz#1574075