Version: 1.3.0pre11, Package name: kqemu-1.3.0pre11 |
Maintained by: Todd T. Fries |
Master sites: |
Description 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. It can execute code from many guest OSes (e.g. Linux, Windows 2000/XP) even if the host CPU does not support hardware virtualization. |
MD5: lwUhh074sbpFmJJazlk2ww= |
RMD160: PULS5vOulDYsWinEYvf7g5aHpWM= |
Filesize: 157.693 KB |
Package available on: cdrom( ![]() ![]() Distfile available on: cdrom( ![]() ![]() |
Version History (View Complete History) |
|
2011-08-16 15:23:53 by Stuart Henderson | Files touched by this commit (43) |
Log message: remove kqemu (which was broken, reported by Alexander Schrijver and probably others) and qemu-old; the current qemu version in emulators/qemu works well now (kqemu is no longer supported upstream). ok Brad (emulators/qemu maintainer) todd@ and I think there were some others |
2011-05-31 02:35:20 by Stuart Henderson | Files touched by this commit (12) |
Log message: use base64-encoded checksums, "if you wish to regen, go ahead" espie@ |
2010-11-15 16:22:08 by Marc Espie | Files touched by this commit (66) |
Log message: new depends |
2010-10-23 16:01:31 by Stuart Henderson | Files touched by this commit (35) |
Log message: revision/lib_depends |
2010-04-30 08:39:13 by Christian Weisgerber | Files touched by this commit (3) |
Log message: we need to explicitly include <sys/proc.h> |
2008-06-17 18:40:50 by Todd T. Fries | Files touched by this commit (1) |
Log message: update homepage, from naddy@ |
2008-06-17 18:40:50 by Todd T. Fries | Files touched by this commit (1) |
Log message: update homepage, from naddy@ ----- End forwarded message ----- ----- Forwarded message from "Todd T. Fries" <todd@cvs.openbsd.org> ----- Date: Tue, 17 Jun 2008 18:44:19 -0600 (MDT) From: "Todd T. Fries" <todd@cvs.openbsd.org> To: ports-changes@cvs.openbsd.org Subject: CVS: cvs.openbsd.org: ports CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/17 18:44:19 Modified files: emulators/qemu : Makefile Log message: update homepage, from naddy@; bump pkgname (also bumped kqemu) ----- End forwarded message ----- |
2008-04-29 14:38:03 by Todd T. Fries | Files touched by this commit (5) |
Log message: o compile and install a MP lkm as well o initial work by brad@, polishing by me o idea for MP detection shellcode from drahn@ for those with MP systems, pay attention to the MESSAGE shellcode example, and make sure to modify any existing shellcode you may have in /etc/rc.securelevel lest you try to load a UP lkm on a MP kernel and have unpleasant consequences. |
2008-04-28 19:51:25 by Todd T. Fries | Files touched by this commit (1) |
Log message: add rcs tag properly |
2008-04-28 16:27:41 by Todd T. Fries | Files touched by this commit (4) |
Log message: various cleanups/knf/etc from brad@ |
2008-01-20 08:11:05 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - add missing RCS tags - respect $CC - add NO_REGRESS - s/$LOCALBASE/$PREFIX and don't hardcode paths - lowercase MAINTAINER's email ok jasper@ sthen@ marco@ todd@ (MAINTAINER) |