Fixup fromcvs/togit conversion
[pkgsrcv2.git] / emulators / qemu / DESCR
1 QEMU is a FAST! processor emulator using dynamic translation to achieve
2 good emulation speed, QEMU has two operating modes:
3
4     * Full system emulation. In this mode, QEMU emulates a full system
5       (for example a PC), including a processor and various peripherals.
6       It can be used to launch different Operating Systems without rebooting
7       the PC or to debug system code.
8     * User mode emulation (Linux host only). In this mode, QEMU can launch
9       Linux processes compiled for one CPU on another CPU. It can be used
10       to launch the Wine Windows API emulator or to ease cross-compilation
11       and cross-debugging.