aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2009-03-25 02:54:18 +0800
committernox <nox@FreeBSD.org>2009-03-25 02:54:18 +0800
commit3dd5bcb23b780727aa3051272c2e4293b21f5901 (patch)
tree063ec2cf613cd3d023d16dbf680ed626d6ab1e79 /emulators/qemu
parent0cf63d09cf8d6cb5d16cbd866f8e63bc7b6a24aa (diff)
downloadfreebsd-ports-gnome-3dd5bcb23b780727aa3051272c2e4293b21f5901.tar.gz
freebsd-ports-gnome-3dd5bcb23b780727aa3051272c2e4293b21f5901.tar.zst
freebsd-ports-gnome-3dd5bcb23b780727aa3051272c2e4293b21f5901.zip
- pkg-message updates:
- remove obsolete note about slirp on 64 bit hosts (this should work now.) - clarify the note about kern.maxdsiz on i386 (only affects 6.x) - Bump PORTREVISION
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile1
-rw-r--r--emulators/qemu/pkg-message11
2 files changed, 4 insertions, 8 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index c110152e1f21..85b09032ccef 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://bellard.org/qemu/
diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message
index ca01aef56fa6..a24a0bda0e6f 100644
--- a/emulators/qemu/pkg-message
+++ b/emulators/qemu/pkg-message
@@ -69,16 +69,11 @@ with qemu's now by default enabled cdrom dma. You can build the port with
CDROM_DMA disabled to disable it.
- if you build qemu wihout SDL and then get crashes running it try
passing it -nographic. This should probably be default in that case...
-- slirp (-net user) seems to be unstable on amd64 hosts, if this affects
-you please use tuntap for now. Scott Robbins posted a tap howto for
--current here:
- http://forums.bsdnexus.com/viewtopic.php?id=1563
-and one for 6 and 5(?) is here:
- http://acidos.bandwidth-junkies.net/index.php?Sect=qemu
- perhaps it should be noted that if you want to use qemu with -m 512
-or larger on i386 hosts you need to increase the kern.maxdsiz tunable
+or larger on 6.x/i386 hosts you need to increase the kern.maxdsiz tunable
in loader.conf(5) since the default is 512 MB, and qemu needs memory for
-itself also.
+itself also. (7.0 and up now use jemalloc which uses mmap(2) and
+isn't affected by kern.maxdsiz anymore.)
- if you use kqemu make sure your kqemu.ko is always in sync with your
kernel (like with any kld installed outside of base), i.e. rebuild its
port whenever you update the kernel - especially if you are switching