FreshPorts -- The Place For Ports Sat, 17 May 2008 9:45 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
kqemu-kmod 1.3.0.p11_6 emulators on this many watch lists=26 search for ports that depend on this port
Kernel Accelerator for QEMU CPU Emulator (development version)
Maintained by: nox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Oct 2005 13:42:53
Also Listed In: kld


KQEMU is a qemu accelerator kernel module on x86/amd64.

WWW: http://fabrice.bellard.free.fr/qemu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake

To install the port: cd /usr/ports/emulators/kqemu-kmod/ && make install clean
To add the package: pkg_add -r kqemu-kmod


Configuration Options
     No options to configure

Master Sites:
http://fabrice.bellard.free.fr/qemu/
http://qemu.org/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/kqemu/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 May 2008 20:09:52
Original commit files touched by this commit  1.3.0.p11_6
nox search for other commits by this committer
- Fix multiple qemu processes on amd64 SMP by actually using seperate
  per-cpu gdts (the previous fix was only stable for one qemu process
  at a time)
  Relevant thread:
       
http://lists.freebsd.org/pipermail/freebsd-emulation/2008-May/004902.html
- Bump PORTREVISION

PR:             ports/113430
11 May 2008 11:59:20
Original commit files touched by this commit  1.3.0.p11_5
nox search for other commits by this committer
- Get rid of the infamous "fpudna in kernel mode" messages on amd64 by
  calling fpudna()/npxdna() directly instead of programmatically invoking
  int 7 (should also speed up the i386 case a tiny little bit that didn't
  print a message) [1]
- Rename kqemu_tss_workaround to kqemu_tss_fixup [2]
- Bump PORTREVISION

Looked over by: bde [1]
Prodded by:     jhb [2]
01 May 2008 14:29:16
Original commit files touched by this commit  1.3.0.p11_4
nox search for other commits by this committer
- Add a workaround for the amd64 SMP shared gdt issue that caused the
  host panics - longer explanation in this post:
        http://docs.freebsd.org/cgi/mid.cgi?20080501101951.GA30274 [1]
- Get rid of superfluous "kqemu " in IGNORE message when kernel source
  is missing
- Pass down DEBUG_FLAGS to the build
- Bump PORTREVISION

PR:             ports/113430 [1]
19 Apr 2008 16:04:56
Original commit files touched by this commit  1.3.0.p11_3
nox search for other commits by this committer
- Try and fix for real the issue of exiting qemu processes sometimes
  stuck in devdrn
- Remove the -DSMP magic, it didn't help the amd64 SMP panics and was
  useless anyway (the panics still exist, the only good workaround I've
  found so far is forcing qemu onto cpu 1 and that is only possible on
  HEAD using the new cpuset feature)
- Only bother with the -DKSE magic for OSVERSIONs where it matters
- Bump PORTREVISION
26 Jul 2007 22:46:31
Original commit files touched by this commit  1.3.0.p11_2
nox search for other commits by this committer
- Remove 4.x cruft

PR:             ports/114923
Submitted by:   David Yeske <dyeske@gmail.com>
21 Jul 2007 20:38:16
Original commit files touched by this commit  1.3.0.p11_2
nox search for other commits by this committer
- add patch for recent -current that no longer uses sched_lock
- fix KERNCONF detection
- bump PORTREVISION

(There sill is that unresolved issue of the KSE/SMP CFLAGS not being
passed down to the build for one guy tho, even tho they do appear in
make -V CFLAGS...)
14 Jul 2007 22:22:21
Original commit files touched by this commit  1.3.0.p11_1
nox search for other commits by this committer
- Add a pkg-message warning about installing the kld from a package

Suggested by:   Craig Boston <craig@yekse.gank.org>
14 Jul 2007 18:48:57
Original commit files touched by this commit  1.3.0.p11_1
nox search for other commits by this committer
- Fix typo in COMMENT
14 Jul 2007 18:43:53
Original commit files touched by this commit  1.3.0.p11_1
nox search for other commits by this committer
- Try and pass appropriate -DKSE and/or -DSMP to the compilation
  (missing -DKSE is what caused the panics on -current)
- bump PORTREVISION
- Update WWW (qemu.org still seems to be down)
29 Jun 2007 16:57:16
Original commit files touched by this commit  1.3.0.p11
linimon search for other commits by this committer
These install kernel modules, so add new virtual category kld.

Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat:            portmgr
22 Jun 2007 19:10:37
Original commit files touched by this commit  1.3.0.p11
nox search for other commits by this committer
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.

Noticed by:     yar
07 Feb 2007 21:13:07
Original commit files touched by this commit  1.3.0.p11
nox search for other commits by this committer
Update to 1.3.0pre11:

- Install docs
- Add MASTER_SITE_LOCAL
- "-fno-stack-protector" gcc option fix
- added kqemu regression tests (can serve as API usage example too)
- included kqemu technical doc

Approved by:    miwi (mentor)
06 Feb 2007 20:46:29
Original commit files touched by this commit  1.3.0.p10
nox search for other commits by this committer
Update to 1.3.0pre10:

- Changed license to GPL version 2
- x86_64 full virtualization support

Approved by:    miwi (mentor, implicit)
22 Jan 2007 20:56:02
Original commit files touched by this commit  1.3.0.p9_3
nox search for other commits by this committer
Replace devfs test with osversion check to fix tinderbox build

Submitted by:   pointyhat via kris
Approved by:    miwi (mentor, implicit)
21 Jan 2007 00:43:20
Original commit files touched by this commit  1.3.0.p9_3
kris search for other commits by this committer
Non-redistributable packages should be RESTRICTED, not NO_PACKAGE.  Also we
like to build kernel modules on pointyhat to detect breakage quickly.
23 Dec 2006 17:42:42
Original commit files touched by this commit  1.3.0.p9_3
nox search for other commits by this committer
Update MAINTAINER email address of my ports

Approved by:    miwi
21 Dec 2006 22:13:24
Original commit files touched by this commit  1.3.0.p9_3
miwi search for other commits by this committer
- Fix rc script for 6.X
- Bump PORTREVISION

PR:             ports/106917
Submitted by:   Simon Phoenix<phoenix.simon@gmail.com>
Approved by:    maintainer
15 Dec 2006 08:38:11
Original commit files touched by this commit  1.3.0.p9_2
miwi search for other commits by this committer
- Add fix for -current
- Add rcscript

PR:             ports/106728
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
28 Aug 2006 23:52:42
Original commit files touched by this commit  1.3.0.p9_1
pav search for other commits by this committer
- Install module into /boot/modules
- Update URLs

PR:             ports/101286
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
24 Jun 2006 10:39:19
Original commit files touched by this commit  1.3.0.p9
nork search for other commits by this committer
Update to 1.3.0.p9.

PR:             ports/99397
submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
07 May 2006 18:32:52
Original commit files touched by this commit  1.3.0.p7
nork search for other commits by this committer
Update to 1.3.0pre7.

PR:             ports/96928
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
26 Apr 2006 00:12:21
Original commit files touched by this commit  1.3.0.p6
edwin search for other commits by this committer
update emulators/kqemu-kmod to 1.3.0pre6

        kqemu version 1.3.0pre6:

        - compile fix for Linux kernel version >= 2.6.16
        - better null LDT handling (aka Plan9 and ReactOS bug)
        - moved monitor code to another address (aka win2k 256 MB bug)

         oh and FreeBSD guests have been working with -kernel-kqemu
         since 1.3.0pre5!  (tested with 6.1RC1)

PR:             ports/96337
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de>
09 Apr 2006 17:57:59
Original commit files touched by this commit  1.3.0.p5
nork search for other commits by this committer
Update to 1.3.0pre5.
o Change MAINTAINER-ship to submitter.
o portlint happy.

Submitted by:   Juergen Lock <qemu-l@jelal.kn-bremen.de>
22 Jan 2006 09:47:28
Original commit files touched by this commit  0.7.2_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
06 Nov 2005 09:03:02
Original commit files touched by this commit  0.7.2_1
nork search for other commits by this committer
Fix kernel panic after stopping qemu.

Submitted by:   pjd
05 Nov 2005 21:14:19
Original commit files touched by this commit  0.7.2
nork search for other commits by this committer
Inherit KMODDIR.

Reported by:    Alexander Drozdov <dzal_mail@mtu-net.ru>
Tested by:      Alexander Drozdov <dzal_mail@mtu-net.ru>
31 Oct 2005 13:42:20
Original commit files touched by this commit  0.7.2
nork search for other commits by this committer
Add kqemu 0.7.2, is a kernel module to accelerate
QEMU CPU Emulator.

WWW:            http://fabrice.bellard.free.fr/qemu/qemu-accel.html
Discussed with: Juergen Lock <nox@jelal.kn-bremen.de>
Reviewed by:    Juergen Lock <nox@jelal.kn-bremen.de>

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.722 seconds.