2005-03-07 11:41:28 -05:00
|
|
|
QEMU is a generic and open source processor emulator
|
|
|
|
which achieves a good emulation speed by using dynamic translation.
|
|
|
|
|
|
|
|
QEMU has two operating modes:
|
|
|
|
|
|
|
|
* Full system emulation. In this mode, QEMU emulates
|
|
|
|
a full system (for example a PC), including a processor and
|
2005-03-14 20:57:02 -05:00
|
|
|
various peripherals. It can be used to launch different
|
2005-03-07 11:41:28 -05:00
|
|
|
Operating Systems without rebooting the PC or to debug system code.
|
|
|
|
|
|
|
|
* User mode emulation (Linux host only). In this mode,
|
|
|
|
QEMU can launch Linux processes compiled for one CPU on another CPU.
|