Difference between revisions of "QEMU"
m |
m |
||
Line 9: | Line 9: | ||
== Significant changes: == | == Significant changes: == | ||
− | * [https://lists.nongnu.org/archive/html/qemu-devel/2015-03/msg02283.html Virtuozzo disk image format | + | * [https://lists.nongnu.org/archive/html/qemu-devel/2015-03/msg02283.html Virtuozzo disk image format] |
== Our contributors: == | == Our contributors: == |
Revision as of 07:01, 29 May 2015
QEMU is a generic and open source machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.
When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.
QEMU will be a part of brand new OpenVZ as well as LibVirt.