summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2010-06-19 16:02:33 +0200
committer Erik Hanson2010-06-20 22:19:58 +0200
commitf70aea4742e92140a95a238d8a5a10b4bcac7981 (patch)
treee6557eb2ecf664e93cc4625a4302566f1632dbfb /system
parent6e56bc9b1545043474c6e9e12c253d68bf984401 (diff)
downloadslackbuilds-f70aea4742e92140a95a238d8a5a10b4bcac7981.tar.gz
system/kqemu: README modification re recent qemu versions
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/kqemu/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/kqemu/README b/system/kqemu/README
index 24e2634fb5..167ffff798 100644
--- a/system/kqemu/README
+++ b/system/kqemu/README
@@ -1,7 +1,9 @@
-kqemu: The kermel module for qemu > 0.9.1
+kqemu: The kermel module for qemu
The QEMU Accelerator (KQEMU) is a driver allowing a user application to
run x86 code in a Virtual Machine (VM). The code can be either user or
kernel code, in 64, 32 or 16 bit protected mode. KQEMU is very similar
in essence to the VM86 Linux syscall call, but it adds some new concepts
to improve memory handling.
+
+NOTE: This is not needed (or used) by qemu-0.12.x or later.