From owner-cvs-ports@FreeBSD.ORG Sat May 30 19:50:09 2009 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 B4E20106564A; Sat, 30 May 2009 19:50:09 +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 86EB18FC1F; Sat, 30 May 2009 19:50:09 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4UJo9R0007652; Sat, 30 May 2009 19:50:09 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4UJo9K4007651; Sat, 30 May 2009 19:50:09 GMT (envelope-from nox) Message-Id: <200905301950.n4UJo9K4007651@repoman.freebsd.org> From: Juergen Lock Date: Sat, 30 May 2009 19:50:09 +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-devel Makefile ports/emulators/kqemu-kmod-devel/files extra-patch-ea-200711-netbsd extra-patch-jk-200905-01 extra-patch-jk-200905-02 extra-patch-jk-200905-03 extra-patch-jk-200905-04 extra-patch-jk-200905-05 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, 30 May 2009 19:50:10 -0000 nox 2009-05-30 19:50:09 UTC FreeBSD ports repository Modified files: emulators/kqemu-kmod-devel Makefile Added files: emulators/kqemu-kmod-devel/files extra-patch-ea-200711-netbsd extra-patch-jk-200905-01 extra-patch-jk-200905-02 extra-patch-jk-200905-03 extra-patch-jk-200905-04 extra-patch-jk-200905-05 Log: - Allow specifying nonstandard base/kernel source dirs by defining SRC_BASE or SYSDIR respectively. - Add a few extra patches: [1] - An old patch by Enache Adrian to help NetBSD/OpenBSD guest support: http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00125.html (At least NetBSD still has issues seeing pci devices with acpi and assigning correct pci irqs without acpi when there still is an mptable which the qemu/kvm bios now defaults to providing, and it also doesn't seem to like most of the emulated nic choices - but these remaining issues have nothing to do with kqemu. I'll post a little more on the qemu-devel list...) - A patch series by Jan Kiszka from May 2009: http://lists.gnu.org/archive/html/qemu-devel/2009-05/msg01550.html In the unlikely case that any of these patches cause regressions please define WITHOUT_EXTRA_PATCHES and post details about your host _and_ guest on freebsd-emulation@freebsd.org . Obtained from: qemu-devel mailinglist [1] Revision Changes Path 1.33 +14 -2 ports/emulators/kqemu-kmod-devel/Makefile 1.1 +70 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-ea-200711-netbsd (new) 1.1 +51 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-jk-200905-01 (new) 1.1 +102 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-jk-200905-02 (new) 1.1 +38 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-jk-200905-03 (new) 1.1 +108 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-jk-200905-04 (new) 1.1 +155 -0 ports/emulators/kqemu-kmod-devel/files/extra-patch-jk-200905-05 (new)