slackbuilds_ponce/system/qemu-kvm
Robby Workman 886f62b8f4 system/qemu-kvm: Remove NAME= setting from udev rules file
Thanks to Alex Lysenka for the report.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-05 01:08:29 -05:00
..
fixup_udev_rules_file.diff system/qemu-kvm: Remove NAME= setting from udev rules file 2010-06-05 01:08:29 -05:00
qemu-kvm.info
qemu-kvm.SlackBuild system/qemu-kvm: Remove NAME= setting from udev rules file 2010-06-05 01:08:29 -05:00
README
slack-desc

KVM (Kernel-based Virtual Machine) is a full virtualization solution
for Linux on x86 hardware containing virtualization extensions
(Intel VT or AMD-V).  KVM requires QEMU-KVM to create and run virtual
machines (e.g. Windows, Linux, BSD) under full system emulation or user
mode emulation.  QEMU-KVM is a slightly modified QEMU designed to work
with KVM kernel modules.

KVM 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'.  For improved performance QEMU-KVM also
works with 'virtio' modules.  Slackware provides pre-built 'kvm' and
'virtio' modules that work with this package.

After package installation, add a 'kvm' group and add a user to the
'kvm' group and re-login.  Don't forget to load the 'kvm-intel' or
'kvm-amd' module depending on your processor.