2010-05-13 01:00:54 +02:00
|
|
|
KVM (Kernel-based Virtual Machine) is a full virtualization solution
|
|
|
|
for Linux on x86 hardware containing virtualization extensions
|
2010-08-13 14:15:15 +02:00
|
|
|
(Intel VT or AMD-V). KVM is divided into the KVM-KMOD package
|
|
|
|
(kernel modules) and the QEMU-KVM package (slightly modified QEMU)
|
|
|
|
which are both available as separate Slackbuilds.
|
2010-05-13 01:00:54 +02:00
|
|
|
|
2010-08-13 14:15:15 +02:00
|
|
|
KVM-KMOD consists of a kernel module, 'kvm.ko', that provides the
|
2010-05-13 01:00:54 +02:00
|
|
|
core virtualization infrastructure and a processor specific module,
|
2010-08-13 14:15:15 +02:00
|
|
|
'kvm-intel.ko' or 'kvm-amd.ko'. Slackware provides these modules
|
2011-01-16 08:41:14 +01:00
|
|
|
in the 'a/kernel-modules*' packages. In most cases, the provided
|
|
|
|
versions are sufficient to run QEMU-KVM. KVM-KMOD is only needed
|
|
|
|
if you want to change the KVM modules to a different version.
|
2010-08-13 14:15:15 +02:00
|
|
|
|
2011-01-16 08:41:14 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
You need to have a "kvm" group on the system in order to use this.
|