]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Enable KVM support on ARM
authorCole Robinson <crobinso@redhat.com>
Mon, 17 Jun 2013 16:19:46 +0000 (12:19 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 18 Jun 2013 11:33:23 +0000 (07:33 -0400)
F20/rawhide has support for this.

From: Peter Robinson <pbrobinson@gmail.com>

libvirt.spec.in

index 8d43e6d9d96fae0f124986b800fd64990e0ffc7f..e357a3d26403724bf73278ad81942b56bffdc6b7 100644 (file)
 %define with_qemu_tcg      %{with_qemu}
 # Change if we ever provide qemu-kvm binaries on non-x86 hosts
 %if 0%{?fedora} >= 18
-    %define qemu_kvm_arches    %{ix86} x86_64 ppc64 s390x
+    %if 0%{?fedora} >= 20
+        %define qemu_kvm_arches    %{ix86} x86_64 ppc64 s390x %{arm}
+    %else
+        %define qemu_kvm_arches    %{ix86} x86_64 ppc64 s390x
+    %endif
 %else
     %define qemu_kvm_arches    %{ix86} x86_64
 %endif