cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files
patch-dynticks patch-tapclose pcap-patch
Juergen Lock
nox at FreeBSD.org
Sat Sep 5 14:18:17 UTC 2009
nox 2009-09-05 14:18:17 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile
emulators/qemu/files pcap-patch
Added files:
emulators/qemu/files patch-tapclose
Removed files:
emulators/qemu/files patch-dynticks
Log:
- Remove the dynticks patch for now, it seems to cause even worse timing
behavoiur than the default -clock unix, see this post:
http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00049.html
- Add a patch to close the tap fd before invoking the ifdown script
instead of after, this avoids triggering a KASSERT when doing things
like `ifconfig tap0 destroy' from in there. Inspired by this post:
http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006700.html [1]
- Updated version of the pcap patch. [2]
- Bump PORTREVISION.
Submitted by: gamato at users.sf.net (martinko) [1]
Submitted by: jkim [2]
Revision Changes Path
1.105 +1 -1 ports/emulators/qemu/Makefile
1.2 +0 -99 ports/emulators/qemu/files/patch-dynticks (dead)
1.1 +16 -0 ports/emulators/qemu/files/patch-tapclose (new)
1.3 +90 -98 ports/emulators/qemu/files/pcap-patch
More information about the cvs-ports
mailing list