Features/KVM: Difference between revisions

From QEMU
(Created page with '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 r…')
 
No edit summary
Line 3: Line 3:
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 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.


TODO: add pointers to additional KVM related documents
* [http://www.linux-kvm.org KVM Wiki]
* Avi Kivity's QEMU [http://git.kernel.org/?p=virt/kvm/qemu-kvm.git repository]

Revision as of 21:49, 29 January 2010

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.