Features/KVM: Difference between revisions

From QEMU
No edit summary
m (moved KVM to Features/KVM)
(7 intermediate revisions by 7 users not shown)
Line 1: Line 1:
as well as to be good the fact http://www.buyspying.com/ that marketplace remained profitable. This also led to some law founded into http://www.mbtonlinekauppa.com/mbt-women-s-kengat/mbt-women-s-sport-kengat.html area in 1271, banning any overseas goblet from getting imported. overseas goblet makers experienced been http://www.mbtonlinekauppa.com/mbt-men-s-kengat/mbt-men-s-sport-kengat.html prohibited from getting employed http://www.mbtonlinekauppa.com/mbt-men-s-kengat/mbt-men-s-casual-kengat.html as well. All with this led in turn to some prestigious industry, the last results of which we are able to http://www.mbtonlinekauppa.com/mbt-men-s-kengat.html see these times while in the attractiveness of Murano goblet pendant.
'''KVM''' (Kernel Virtual Machine) is a Linux kernel module that allows a user space program to utilize the hardware virtualization features of various processors.  Today, it supports recent Intel and AMD processors (x86 and x86_64), PPC 440, PPC 970, S/390, ARM (Cortex A15, AArch64), and MIPS32 processors.
 
QEMU can make use of KVM when running a target architecture that is the same as the host architecture. For instance, when running ''qemu-system-x86'' on an x86 compatible processor, you can take advantage of the KVM acceleration - giving you benefit for your host and your guest system.
 
The KVM project used to maintain a fork of QEMU called qemu-kvm. All feature differences have been merged into QEMU upstream and the development of the fork suspended.
 
To use KVM pass ''--enable-kvm'' to QEMU.

Revision as of 14:22, 11 October 2016

KVM (Kernel Virtual Machine) is a Linux kernel module that allows a user space program to utilize the hardware virtualization features of various processors. Today, it supports recent Intel and AMD processors (x86 and x86_64), PPC 440, PPC 970, S/390, ARM (Cortex A15, AArch64), and MIPS32 processors.

QEMU can make use of KVM when running a target architecture that is the same as the host architecture. For instance, when running qemu-system-x86 on an x86 compatible processor, you can take advantage of the KVM acceleration - giving you benefit for your host and your guest system.

The KVM project used to maintain a fork of QEMU called qemu-kvm. All feature differences have been merged into QEMU upstream and the development of the fork suspended.

To use KVM pass --enable-kvm to QEMU.