Juergen Lock
443c9e6d2c
- Update to 1.4.0.p1 after repocopy from kqemu-kmod, this version is
...
needed for qemu svn and the experimental qemu-devel update available at:
http://people.freebsd.org/~nox/qemu/qemu-devel-20080620.patch
(see
http://docs.freebsd.org/cgi/mid.cgi?20080620211216.GA75382
for the original announcement.)
- Add CONFLICTS with the kqemu-kmod port.
- Add D_NEEDMINOR as now required on -current for drivers that use the
cloner library:
http://svn.freebsd.org/viewvc/base?view=revision&revision=179726
(this last item was not yet in the original shar I put up for testing.)
2008-06-22 22:06:15 +00:00
Juergen Lock
564d3c266b
- Chase moved MASTER_SITE
...
- Remove obsolete patch
2008-06-20 22:12:09 +00:00
Juergen Lock
7db429fd44
- Call the tss fixup code before entering the monitor instead of after.
...
(This fixes the problems that one user saw which I couldn't reproduce.)
- Bump PORTREVISION
2008-06-05 18:49:12 +00:00
Juergen Lock
987566f671
- Fix wrong userland fsbase load after gdt move that caused qemu to
...
segfault sometimes on first invocation
- Get rid of redundant & in two places
- Bump PORTREVISION
There still is the unresolved issue of (likely) the gdt move causing the
host to hang for one guy, if this happens to you you can try the following
kernel patch that sets up seperate gdts at boot so kqemu doesn't have to
do the move:
http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt
Thanx to: Yamagi for testing
2008-05-18 20:23:40 +00:00
Juergen Lock
6f92515e0f
- 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
2008-05-12 19:09:52 +00:00
Juergen Lock
35eb123661
- 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]
2008-05-11 10:59:20 +00:00
Juergen Lock
4fbc32fd37
- 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]
2008-05-01 13:29:16 +00:00
Juergen Lock
d4679191a5
- 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
2008-04-19 15:04:56 +00:00
Juergen Lock
251edb03f8
- Remove 4.x cruft
...
PR: ports/114923
Submitted by: David Yeske <dyeske@gmail.com>
2007-07-26 21:46:30 +00:00
Juergen Lock
3b32dcf4ec
- 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...)
2007-07-21 19:38:16 +00:00
Juergen Lock
dc1c45fab3
- Add a pkg-message warning about installing the kld from a package
...
Suggested by: Craig Boston <craig@yekse.gank.org>
2007-07-14 21:22:21 +00:00
Juergen Lock
9d5f388727
- Fix typo in COMMENT
2007-07-14 17:48:56 +00:00
Juergen Lock
5a167b3879
- 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)
2007-07-14 17:43:52 +00:00
Mark Linimon
bc8b7ad628
These install kernel modules, so add new virtual category kld.
...
Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat: portmgr
2007-06-29 15:57:16 +00:00
Juergen Lock
5f73d30436
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.
...
Noticed by: yar
2007-06-22 18:10:36 +00:00
Juergen Lock
588bce33de
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)
2007-02-07 21:13:06 +00:00
Juergen Lock
c8369be915
Update to 1.3.0pre10:
...
- Changed license to GPL version 2
- x86_64 full virtualization support
Approved by: miwi (mentor, implicit)
2007-02-06 20:46:29 +00:00
Juergen Lock
da230ee7d1
Replace devfs test with osversion check to fix tinderbox build
...
Submitted by: pointyhat via kris
Approved by: miwi (mentor, implicit)
2007-01-22 20:56:02 +00:00
Kris Kennaway
c2cf156ced
Non-redistributable packages should be RESTRICTED, not NO_PACKAGE. Also we
...
like to build kernel modules on pointyhat to detect breakage quickly.
2007-01-21 00:43:20 +00:00
Juergen Lock
52f4e6467c
Update MAINTAINER email address of my ports
...
Approved by: miwi
2006-12-23 17:42:42 +00:00
Martin Wilke
3119090a5d
- Fix rc script for 6.X
...
- Bump PORTREVISION
PR: ports/106917
Submitted by: Simon Phoenix<phoenix.simon@gmail.com>
Approved by: maintainer
2006-12-21 22:13:24 +00:00
Martin Wilke
d7aa9009e0
- Add fix for -current
...
- Add rcscript
PR: ports/106728
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-12-15 08:38:11 +00:00
Pav Lucistnik
03581add72
- Install module into /boot/modules
...
- Update URLs
PR: ports/101286
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-08-28 22:52:42 +00:00
Norikatsu Shigemura
590f1d02f7
Update to 1.3.0.p9.
...
PR: ports/99397
submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-06-24 09:39:19 +00:00
Norikatsu Shigemura
280e13d52e
Update to 1.3.0pre7.
...
PR: ports/96928
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-05-07 17:32:52 +00:00
Edwin Groothuis
53dfa5db6b
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>
2006-04-25 23:12:21 +00:00
Norikatsu Shigemura
4e85a59892
Update to 1.3.0pre5.
...
o Change MAINTAINER-ship to submitter.
o portlint happy.
Submitted by: Juergen Lock <qemu-l@jelal.kn-bremen.de>
2006-04-09 16:57:59 +00:00
Edwin Groothuis
0bb0ea5bd7
SHA256ify
...
Approved by: krion@
2006-01-22 09:48:59 +00:00
Norikatsu Shigemura
42a477a13c
Fix kernel panic after stopping qemu.
...
Submitted by: pjd
2005-11-06 09:03:02 +00:00
Norikatsu Shigemura
a25f55123e
Inherit KMODDIR.
...
Reported by: Alexander Drozdov <dzal_mail@mtu-net.ru>
Tested by: Alexander Drozdov <dzal_mail@mtu-net.ru>
2005-11-05 21:14:19 +00:00
Norikatsu Shigemura
7fcc885a6c
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>
2005-10-31 13:42:20 +00:00