Features/KVM

From QEMU
Revision as of 21:18, 29 January 2010 by AnthonyLiguori (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

TODO: add pointers to additional KVM related documents