Paketname | qemu-kvm |
Beschreibung | Full virtualization on i386 and amd64 hardware |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.12.3+noroms-0ubuntu9 |
Sektion | misc |
Priorität | optional |
Installierte Größe | 7056 Byte |
Hängt ab von | libaio1, libasound2 (>> 1.0.22), libc6 (>= 2.11), libcurl3-gnutls (>= 7.16.2-1), libgnutls26 (>= 2.7 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 2555906 Byte |
Prüfsumme MD5 | 561f821f5b2593b7540a011faf3019df |
Prüfsumme SHA1 | ef4543c03828b66328ee0f598c1bf691128726c8 |
Prüfsumme SHA256 | d6731598faeebeda5322862f6c52bc18332d12c26b98867e469764b59e3feab9 |
Link zum Herunterladen | qemu-kvm_0.12.3+noroms-0ubuntu9_i386.deb |
Ausführliche Beschreibung | Using KVM, one can run multiple virtual PCs, each running unmodified Linux or
Windows images. Each virtual machine has private virtualized hardware: a
network card, disk, graphics adapter, etc.
.
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for
Linux hosts on x86 (32 and 64-bit) hardware.
.
KVM is intended for systems where the processor has hardware support for
virtualization, see below for details. All combinations of 32-bit and 64-bit
host and guest systems are supported, except 64-bit guests on 32-bit hosts.
.
KVM requires your system to support hardware virtualization, provided by AMD's
SVM capability or Intel's VT. To find out if your processor has the necessary
support:
.
egrep "flags.*:.*(svm|vmx)" /proc/cpuinfo
.
If it prints anything, the processor provides hardware virtualization
support and is suitable for use with KVM. Without hardware support, you can
use qemu emulation instead.
.
KVM consists of two loadable kernel modules (kvm.ko and either kvm-amd.ko or
kvm-intel.ko) and a userspace component. This package contains the userspace
component, and you can get the kernel modules from the standard kernel images.
.
This package contains support for the x86 and x86-64 architectures only.
Support for other architectures is provided by the qemu-kvm-extras package.
|