[Lunar-commits] r20366 - in moonbase/trunk/devel: . kqemu
Terry Chan
tchan at lunar-linux.org
Sat Jun 10 03:02:54 UTC 2006
Author: tchan
Date: 2006-06-10 03:02:53 +0000 (Sat, 10 Jun 2006)
New Revision: 20366
Added:
moonbase/trunk/devel/kqemu/
moonbase/trunk/devel/kqemu/DEPENDS
moonbase/trunk/devel/kqemu/DETAILS
Log:
Added the kqemu module to moonbase. Version 1.3.0pre7. Yes, this is a
regular kernel module now. No need to recompile qemu anymore. This is
supposed to work on 2.4 and 2.6 kernels.
Added: moonbase/trunk/devel/kqemu/DEPENDS
===================================================================
--- moonbase/trunk/devel/kqemu/DEPENDS (rev 0)
+++ moonbase/trunk/devel/kqemu/DEPENDS 2006-06-10 03:02:53 UTC (rev 20366)
@@ -0,0 +1 @@
+depends qemu
Added: moonbase/trunk/devel/kqemu/DETAILS
===================================================================
--- moonbase/trunk/devel/kqemu/DETAILS (rev 0)
+++ moonbase/trunk/devel/kqemu/DETAILS 2006-06-10 03:02:53 UTC (rev 20366)
@@ -0,0 +1,15 @@
+ MODULE=kqemu
+ VERSION=1.3.0pre7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://fabrice.bellard.free.fr/qemu/
+ SOURCE_VFY=sha1:8d853bac016a1c78d7da22dea4b9a1619a1dadf3
+ WEB_SITE=http://fabrice.bellard.free.fr/qemu/qemu-accel.html
+ ENTERED=20060322
+ UPDATED=20060609
+ SHORT="increases the speed of QEMU when a PC is emulated on a PC"
+cat << EOF
+The QEMU Accelerator Module increases the speed of QEMU when a PC is emulated
+on a PC. It runs most of the target application code directly on the host
+processor to achieve near native performance. It is very useful when you want
+to run another Operating System (for example Windows) on a Linux desktop.
+EOF
More information about the Lunar-commits
mailing list