Difference between revisions of "QEMU"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m (add 'translate' tags)
(Marked this version for translation)
Line 2: Line 2:
  
 
<translate>
 
<translate>
 +
<!--T:1-->
 
[http://wiki.qemu.org/ QEMU] is a generic and open source machine emulator and virtualizer.
 
[http://wiki.qemu.org/ QEMU] is a generic and open source machine emulator and virtualizer.
  
 +
<!--T:2-->
 
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 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.
  
 +
<!--T:3-->
 
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.
 
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.
  
 +
<!--T:4-->
 
QEMU will be a part of brand new OpenVZ as well as [[LibVirt]].
 
QEMU will be a part of brand new OpenVZ as well as [[LibVirt]].
  
== Significant changes: ==
+
== Significant changes: == <!--T:5-->
  
 +
<!--T:6-->
 
* [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: == <!--T:7-->
  
 +
<!--T:8-->
 
* [http://git.qemu.org/?p=qemu.git;a=search;s=Denis+V.+Lunev;st=author Den Lunev]
 
* [http://git.qemu.org/?p=qemu.git;a=search;s=Denis+V.+Lunev;st=author Den Lunev]
 
* [http://git.qemu.org/?p=qemu.git&a=search&h=HEAD&st=author&s=Roman+Kagan Roman Kagan]
 
* [http://git.qemu.org/?p=qemu.git&a=search&h=HEAD&st=author&s=Roman+Kagan Roman Kagan]
Line 22: Line 28:
 
* [http://git.qemu.org/?p=qemu.git;a=search;h=HEAD;s=Simon+Zolin;st=author Simon Zolin]
 
* [http://git.qemu.org/?p=qemu.git;a=search;h=HEAD;s=Simon+Zolin;st=author Simon Zolin]
  
== External links: ==
+
== External links: == <!--T:9-->
  
 +
<!--T:10-->
 
* [[Virtuozzo]]
 
* [[Virtuozzo]]
 
* [[Roadmap]]
 
* [[Roadmap]]

Revision as of 22:25, 25 December 2015

<translate> 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.

Significant changes:

Our contributors:

External links:

</translate>