- Allow blacklisting of kvm modules (#517866)

This commit is contained in:
Mark McLoughlin 2009-08-18 10:06:17 +00:00
parent d28bc6cae6
commit 37ffcaef87
2 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
if [ $(grep -c vmx /proc/cpuinfo) -ne 0 ]; then 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 fi
if [ $(grep -c svm /proc/cpuinfo) -ne 0 ]; then 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 fi

View File

@ -1,7 +1,7 @@
Summary: QEMU is a FAST! processor emulator Summary: QEMU is a FAST! processor emulator
Name: qemu Name: qemu
Version: 0.10.6 Version: 0.10.6
Release: 1%{?dist} Release: 2%{?dist}
# Epoch because we pushed a qemu-1.0 package # Epoch because we pushed a qemu-1.0 package
Epoch: 2 Epoch: 2
License: GPLv2+ and LGPLv2+ and BSD License: GPLv2+ and LGPLv2+ and BSD
@ -467,6 +467,9 @@ fi
%{_mandir}/man1/qemu-img.1* %{_mandir}/man1/qemu-img.1*
%changelog %changelog
* Tue Aug 18 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.6-2
- Allow blacklisting of kvm modules (#517866)
* Tue Aug 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.6-1 * Tue Aug 4 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.6-1
- Update to qemu-kvm-0.10.6; upstream ChangeLog: - Update to qemu-kvm-0.10.6; upstream ChangeLog:
- merge qemu 0.10.6 - merge qemu 0.10.6