mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-16 18:25:08 -06:00
spec: Enable KVM support on ARM
F20/rawhide has support for this. From: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
9046b80d2d
commit
ce672cde62
@ -54,7 +54,11 @@
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user