Commit graph

20 commits

Author SHA1 Message Date
Juergen Lock
2acde1c040 (Attempt to) fix build on i386 with gcc46 and -Werror.
Submitted by:	beefy1 via pkg-fallout
2013-09-26 20:09:57 +00:00
Juergen Lock
a1c0bdc008 - Switch to new header style. [1]
- Add LICENSE. [1]
- Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1]
- Respect ${CC} instead of using 'gcc'. [1]
- Switch to optionsng. [1]
- Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.)
- Sync kqemu-kmod with these -devel updates.

PR:		ports/179952 [1]
Submitted by:	r4721@tormail.org
2013-06-25 20:32:57 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Juergen Lock
68b5a8f710 (Attempt to) fix build on head.
Submitted by:	portsmon
2010-07-27 16:43:37 +00:00
Juergen Lock
8605363e10 - Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION

PR:		ports/131603
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
2009-02-12 17:46:29 +00:00
Juergen Lock
a9b5f0b433 - 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
- Add CONFLICTS and change COMMENT in preparation for kqemu-kmod-devel commit
- Bump PORTREVISION
2008-06-22 21:42:36 +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
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
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
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
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
Norikatsu Shigemura
42a477a13c Fix kernel panic after stopping qemu.
Submitted by:	pjd
2005-11-06 09:03:02 +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