From owner-cvs-all@FreeBSD.ORG Sat Sep 5 14:18:17 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3968106568B; Sat, 5 Sep 2009 14:18:17 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2238FC28; Sat, 5 Sep 2009 14:18:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n85EIHno087767; Sat, 5 Sep 2009 14:18:17 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n85EIHeG087766; Sat, 5 Sep 2009 14:18:17 GMT (envelope-from nox) Message-Id: <200909051418.n85EIHeG087766@repoman.freebsd.org> From: Juergen Lock Date: Sat, 5 Sep 2009 14:18:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile ports/emulators/qemu/files patch-dynticks patch-tapclose pcap-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2009 14:18:17 -0000 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