Date: Sat, 5 Sep 2009 14:18:17 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-dynticks patch-tapclose pcap-patch Message-ID: <200909051418.n85EIHeG087766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909051418.n85EIHeG087766>
