diff options
Diffstat (limited to 'emulators/qemu8/pkg-descr')
-rw-r--r-- | emulators/qemu8/pkg-descr | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/qemu8/pkg-descr b/emulators/qemu8/pkg-descr deleted file mode 100644 index 592b7660dd49..000000000000 --- a/emulators/qemu8/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -QEMU is a FAST! processor emulator using dynamic translation to achieve -good emulation speed. -QEMU has two operating modes: - - * Full system emulation. In this mode, QEMU emulates a full system -(for example a PC), including a processor and various peripherials. -It can be used to launch different 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. It can be used to -launch the Wine Windows API emulator or to ease cross-compilation and -cross-debugging. - -As QEMU requires no host kernel patches to run, it is very safe and easy to use. |