QEMU: Difference between revisions

546 bytes removed ,  21 June 2022
no edit summary
m (3 revisions imported: Old Computernewb Wiki Archive)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
[[File:Qemu.png|thumb|350px|QEMU running [[Windows 2000]] on Red Hat Linux.]]
 
'''QEMU''' ('''Q'''uick '''Emu'''lator) is a free, open-source hypervisor and emulator that runs on several operating systems, including many major Linux distros, macOS, Microsoft Windows, and BSD, andas well as a few others.
 
It is capable of running pretty much all major x86 operating systems, including Windows, Linux, MS-DOS and BSD (and much more), and in addition is also capable of emulating other architectures, including ARM, MIPS, SPARC, PowerPC and MicroBlaze, there are also many forks of QEMU that add emulation of other systems like the Xbox, Z80 and Macintosh 128K.
 
===System emulation===
System emulation mode emulates an entire computer system, including peripherals. As mentioned above, it is capable of booting nearlypractically all major x86 operating systems. System emulation mode is very slow (although faster than Bochs, at a cost of accuracy) - it should only be used if:
 
*The host server does not have KVM/virtualization enabled.
*The host server is running an OpenVZ variant of Linux.
*You do not have root permissions (or you are NOT in the <kbd>kvm</kbd> user group, or have not started the <kbd>kvm</kbd> module if it is optional.) on the OS.
*The host operating system does not run well with KVM (e.g. [[Windows 98]] shoulddoes not be ranrun with KVM on most systems)
 
===KVM===
 
==Table of contents==
*'''[[{{PAGENAME}}/Installation|Installation]]'''
 
{{Special:PrefixIndex/QEMU/|stripprefix=1}}
::'''[[{{PAGENAME}}/Compiling from source|Compiling from source]]'''
 
:::'''[[{{PAGENAME}}/Compiling from source/Linux|Linux]]'''
 
:::'''[[{{PAGENAME}}/Compiling from source/Windows|Windows]]'''
 
*'''[[{{PAGENAME}}/Devices|Devices]]'''
 
::[[{{PAGENAME}}/Devices/Network|Networking]]
 
::[[{{PAGENAME}}/Devices/Machines|Machines]]
 
::[[{{PAGENAME}}/Devices/Video cards|Video cards]]
 
::[[{{PAGENAME}}/Devices/Sound cards|Sound cards]]
 
*'''[[{{PAGENAME}}/Getting started|Getting started]]'''
 
::[[{{PAGENAME}}/Getting started/Setting up a VM|Setting up a VM]]
 
[[Category:QEMU guides]]