QEMU: Difference between revisions

 
===System emulation===
System emulation mode (known also as <code>softmmu</code>) emulates an entire computer system, including peripherals. As mentioned above, it is capable of booting practically all major operating systems. By default, system emulation uses the Tiny Code Generator (TCG), which is generally slower (although faster than Bochs, at a cost of accuracy) - it should only be used if:.
 
TCG should only be used if:
 
*The host server does not have KVM/virtualization enabled.