rpms/qemu/devel kvm.modules,1.1,1.2 qemu.spec,1.119,1.120

Lubomir Rintel lkundrak at fedoraproject.org
Mon Aug 17 03:21:08 UTC 2009


Author: lkundrak

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

Modified Files:
	kvm.modules qemu.spec 
Log Message:
* Mon Aug 17 2009 Lubomir Rintel <lkundrak at v3.sk> - 2:0.10.91-0.6.rc1
- Allow blacklisting of kvm modules



Index: kvm.modules
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/kvm.modules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- kvm.modules	4 Mar 2009 00:11:56 -0000	1.1
+++ kvm.modules	17 Aug 2009 03:21:08 -0000	1.2
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ $(grep -c vmx /proc/cpuinfo) -ne 0 ]; then 
-    modprobe kvm-intel >/dev/null 2>&1
+    modprobe -b kvm-intel >/dev/null 2>&1
 fi
 
 if [ $(grep -c svm /proc/cpuinfo) -ne 0 ]; then 
-    modprobe kvm-amd >/dev/null 2>&1
+    modprobe -b kvm-amd >/dev/null 2>&1
 fi


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- qemu.spec	7 Aug 2009 08:53:27 -0000	1.119
+++ qemu.spec	17 Aug 2009 03:21:08 -0000	1.120
@@ -4,7 +4,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.10.91
-Release: 0.5.%{kvmvertag}%{?dist}
+Release: 0.6.%{kvmvertag}%{?dist}
 # Epoch because we pushed a qemu-1.0 package
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -484,6 +484,9 @@ getent passwd qemu >/dev/null || \
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Mon Aug 17 2009 Lubomir Rintel <lkundrak at v3.sk> - 2:0.10.91-0.6.rc1
+- Allow blacklisting of kvm modules
+
 * Fri Aug  7 2009 Mark McLoughlin <markmc at redhat.com> - 2:0.10.91-0.5.rc1
 - Fix virtio_net with -net user (#516022)
 




More information about the fedora-extras-commits mailing list