diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:22 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:22 +0200 |
commit | 33ee321aa54aa1cf6d9a27db197f831b3927683f (patch) | |
tree | 9a9d9f7691c0116483467ff303f46d92b79d0c96 /misc/kvm/README | |
parent | 14a657957ca421823a63fa6d9756c31faae7811d (diff) | |
download | slackbuilds-33ee321aa54aa1cf6d9a27db197f831b3927683f.tar.gz |
misc/kvm: Removed from 13.0 repository
Diffstat (limited to 'misc/kvm/README')
-rw-r--r-- | misc/kvm/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/kvm/README b/misc/kvm/README deleted file mode 100644 index 70270b42ab..0000000000 --- a/misc/kvm/README +++ /dev/null @@ -1,21 +0,0 @@ -KVM (for Kernel-based Virtual Machine) is a full virtualization solution -for Linux on x86 hardware containing virtualization extensions (Intel VT -or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides -the core virtualization infrastructure and a processor specific module, -kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although -work is underway to get the required changes upstream. - -Using KVM, one can run multiple virtual machines running unmodified Linux -or Windows images. Each virtual machine has private virtualized hardware: -a network card, disk, graphics adapter, etc. - -If you'd like to build this for a kernel other than the one you're currently -running, you can do something like this: - KERNELVERSION=2.6.27.15 ./kvm.SlackBuild - -This script requires a 'kvm' group to exist before running. The recommended -GID is 221. You can create it like this: - groupadd -g 221 kvm - -After installation, add user to kvm group and re-login. Don't forget to load -kernel module kvm-intel (or kvm-amd if you use AMD processors). |