summaryrefslogtreecommitdiffstats
path: root/system/qemu/README
diff options
context:
space:
mode:
author hollywoodb2010-05-11 15:18:43 +0200
committer Eric Hameleers2010-05-11 15:18:43 +0200
commit9f425370dc459b01530571fa24ff8b46aab9c8ed (patch)
treec4274d311634e81be02098009d5447fffb4e7bee /system/qemu/README
parent34a435d47fd8f1ea03b403ee05f47cb0a471975e (diff)
downloadslackbuilds-9f425370dc459b01530571fa24ff8b46aab9c8ed.tar.gz
system/qemu: Initial import
Diffstat (limited to 'system/qemu/README')
-rw-r--r--system/qemu/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/qemu/README b/system/qemu/README
new file mode 100644
index 0000000000..fd2868f0e4
--- /dev/null
+++ b/system/qemu/README
@@ -0,0 +1,14 @@
+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 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.
+
+
+An optional proprietary QEMU Accelerator Module (kqemu) is available to optimize the case where a PC is emulated on a PC. This module enables QEMU to run most of the target application code directly on the host processor to achieve near native performance.
+
+This build of QEMU is built with support for kqemu. To achieve this, the QEMU build process probes for current kernel path. A different kernel path can be set by editing qemu.SlackBuild. QEMU and kqemu should be built and used against the same kernel version.
+If you are not planning on using kqemu, you may edit the SlackBuild and remove the --enable-kqemu line if you wish. \ No newline at end of file