Features/KVM: Difference between revisions

From QEMU
No edit summary
m (fix up grammar)
Line 1: Line 1:
KVM (Kernel Virtual Machine) is a Linux kernel module that allows a userspace program to utilize the hardware virtualization features of various processors.  Today, it supports recent Intel and AMD chips, PPC 440, PPC 970, and S/390 processors.
KVM (Kernel Virtual Machine) is a Linux kernel module that allows a userspace program to utilize the hardware virtualization features of various processors.  Today, it supports recent Intel and AMD chips, PPC 440, PPC 970, and S/390 processors.


QEMU can make use of KVM when simulating the target architecture is the same as the host architecture.  For instance, when running qemu-system-x86 on an Intel processor, you can take advantage of KVM acceleration.
QEMU can make use of KVM when simulating a target architecture that is the same as the host architecture.  For instance, when running qemu-system-x86 on an Intel processor, you can take advantage of KVM acceleration.


* [http://www.linux-kvm.org KVM Wiki]
* [http://www.linux-kvm.org KVM Wiki]
* Avi Kivity's QEMU [http://git.kernel.org/?p=virt/kvm/qemu-kvm.git repository]
* Avi Kivity's QEMU [http://git.kernel.org/?p=virt/kvm/qemu-kvm.git repository]

Revision as of 00:14, 3 January 2011

KVM (Kernel Virtual Machine) is a Linux kernel module that allows a userspace program to utilize the hardware virtualization features of various processors. Today, it supports recent Intel and AMD chips, PPC 440, PPC 970, and S/390 processors.

QEMU can make use of KVM when simulating a target architecture that is the same as the host architecture. For instance, when running qemu-system-x86 on an Intel processor, you can take advantage of KVM acceleration.