rpms/qemu/devel kvm.modules,NONE,1.1 qemu.spec,1.52,1.53

Glauber Costa glommer at fedoraproject.org
Wed Mar 4 00:12:27 UTC 2009


Author: glommer

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2698

Modified Files:
	qemu.spec 
Added Files:
	kvm.modules 
Log Message:
add kvm.modules to cvs




--- NEW FILE kvm.modules ---
#!/bin/sh

if [ $(grep -c vmx /proc/cpuinfo) -ne 0 ]; then 
    modprobe kvm-intel >/dev/null 2>&1
fi

if [ $(grep -c svm /proc/cpuinfo) -ne 0 ]; then 
    modprobe kvm-amd >/dev/null 2>&1
fi


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- qemu.spec	3 Mar 2009 23:57:07 -0000	1.52
+++ qemu.spec	4 Mar 2009 00:11:57 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.10
-Release: 0.1.kvm20090303git%{?dist}
+Release: 0.2.kvm20090303git%{?dist}
 # I have mistakenly thought the revision name would be 1.0.
 # So 0.10 series get Epoch = 1
 Epoch: 1
@@ -340,6 +340,9 @@
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Tue Mar 03 2009 Glauber Costa <glommer at redhat.com> - 0.10-0.2.kvm20090303git
+- put kvm.modules into cvs
+
 * Tue Mar 03 2009 Glauber Costa <glommer at redhat.com> - 0.10-0.1.kvm20090303git
 - Set Epoch to 1
 - Build KVM (basic build, no tools yet)




More information about the fedora-extras-commits mailing list