From 537ec2a9355eec7cc2a241a44c8fc3a473a62ced Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 21 2018 15:54:29 +0000 Subject: mod to build on armhfp --- diff --git a/SPECS/qemu-kvm.spec b/SPECS/qemu-kvm.spec index 9513bd7..6face78 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 @@ -6399,6 +6402,9 @@ sh %{_sysconfdir}/sysconfig/modules/kvm.modules &> /dev/null || : %{_mandir}/man8/qemu-nbd.8* %changelog +* Mon May 14 2018 Fabian Arrotin - 1.5.3-156.el7_5.1 +- Added kvm_target arm (Jacco@redsleeve.org) + * Mon Apr 16 2018 Miroslav Rezanina - 1.5.3-156.el7_5.1 - kvm-vga-add-ram_addr_t-cast.patch [bz#1567913] - kvm-vga-fix-region-calculation.patch [bz#1567913]