qemu now builds qemu-kvm on armv7hl in fedora: http://pkgs.fedoraproject.org/cgit/qemu.git/commit/?id=441340007b52c3c68b74bd59ec8bf54293b681ba I assume this part of libvirt.spec should be changed to take that commit into account: # 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 %else %define qemu_kvm_arches %{ix86} x86_64 %endif
This is in rawhide now.