diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-05-18 20:23:40 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-05-18 20:23:40 +0000 |
commit | 987566f671a15ea4697ccb990a6aed7547e7f0f5 (patch) | |
tree | fc3ab7d728a0ae92a06ff459a58cfb368c7c1cce /emulators/kqemu-kmod-devel/Makefile | |
parent | f37afdb032efa98e2d14714e80205d4acf657cb2 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=213301
Diffstat (limited to 'emulators/kqemu-kmod-devel/Makefile')
-rw-r--r-- | emulators/kqemu-kmod-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index a07d18304e19..36d363b3140b 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= kqemu PORTVERSION= 1.3.0.p11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators kld MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ \ http://qemu.org/ \ |