Bug 970754

Summary: libvirt-daemon-kvm should be built on armv7hl
Product: [Fedora] Fedora Reporter: Christophe Fergeau <cfergeau>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: berrange, clalancette, crobinso, itamar, jforbes, jyang, laine, libvirt-maint, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-20 14:05:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christophe Fergeau 2013-06-04 19:10:41 UTC
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

Comment 1 Cole Robinson 2013-06-20 14:05:52 UTC
This is in rawhide now.