diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-03-24 18:54:18 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-03-24 18:54:18 +0000 |
commit | b33c98dd7585e13d5c148f2480fa7362f417734f (patch) | |
tree | c73fbd38ec8370608e217082dd0de4d0226b1440 /emulators | |
parent | 72489c646056d3f4c2a9418fad7a3b69dafb51d5 (diff) | |
download | ports-b33c98dd7585e13d5c148f2480fa7362f417734f.tar.gz ports-b33c98dd7585e13d5c148f2480fa7362f417734f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu/pkg-message | 11 |
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 |