slackbuilds_ponce/system/kvm-kmod
Robby Workman 2f37dd822b system/kvm-kmod: Don't install udev rules
The udev rules to control access to /dev/kvm are included
with the qemu package.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-04-28 12:23:22 -03:00
..
doinst.sh
kvm-kmod.info system/kvm-kmod: Removed spurrious dependency on qemu 2013-04-15 17:41:55 -05:00
kvm-kmod.SlackBuild system/kvm-kmod: Don't install udev rules 2013-04-28 12:23:22 -03:00
README system/kvm-kmod: Don't install udev rules 2013-04-28 12:23:22 -03:00
slack-desc system/kvm-kmod: Clean up leftover verbiage wrt qemu-kvm 2013-04-28 12:23:20 -03:00

kvm (Kernel-based Virtual Machine) is a full virtualization solution
for Linux on x86 hardware containing virtualization extensions
(Intel VT or AMD-V).  kvm is divided into the kvm-kmod package
(kernel modules) and the qemu package which are both available as 
separate Slackbuilds.

kvm-kmod consists of a kernel module, 'kvm.ko', that provides the
core virtualization infrastructure and a processor specific module,
'kvm-intel.ko' or 'kvm-amd.ko'.  Slackware provides these modules
in the 'a/kernel-modules*' packages.  In most cases, the provided 
versions are sufficient to run qemu with kvm support.  This kvm-kmod
package is only needed if you want to change the kvm modules to a 
different version.

kvm-kmod updates the modules without overwriting the ones provided
by Slackware.  If you uninstall kvm-kmod, you will need to run 
'depmod -a' to regenerate the modules.dep and map files to regain 
access to the Slackware provided versions.