From owner-cvs-ports@FreeBSD.ORG Sat Apr 19 15:04:56 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 607861065676; Sat, 19 Apr 2008 15:04:56 +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 4DE378FC12; Sat, 19 Apr 2008 15:04:56 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3JF4uKf000765; Sat, 19 Apr 2008 15:04:56 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JF4udr000764; Sat, 19 Apr 2008 15:04:56 GMT (envelope-from nox) Message-Id: <200804191504.m3JF4udr000764@repoman.freebsd.org> From: Juergen Lock Date: Sat, 19 Apr 2008 15:04:56 +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/kqemu-kmod Makefile ports/emulators/kqemu-kmod/files patch-kqemu-freebsd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 15:04:56 -0000 nox 2008-04-19 15:04:56 UTC FreeBSD ports repository Modified files: emulators/kqemu-kmod Makefile emulators/kqemu-kmod/files patch-kqemu-freebsd.c Log: - Try and fix for real the issue of exiting qemu processes sometimes stuck in devdrn - Remove the -DSMP magic, it didn't help the amd64 SMP panics and was useless anyway (the panics still exist, the only good workaround I've found so far is forcing qemu onto cpu 1 and that is only possible on HEAD using the new cpuset feature) - Only bother with the -DKSE magic for OSVERSIONs where it matters - Bump PORTREVISION Revision Changes Path 1.22 +5 -15 ports/emulators/kqemu-kmod/Makefile 1.7 +21 -1 ports/emulators/kqemu-kmod/files/patch-kqemu-freebsd.c