From owner-cvs-ports@FreeBSD.ORG Fri Sep 16 19:17:13 2011 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 11B3D106566B; Fri, 16 Sep 2011 19:17:13 +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 DCBCC8FC13; Fri, 16 Sep 2011 19:17:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8GJHCqQ027217; Fri, 16 Sep 2011 19:17:12 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8GJHCt9027216; Fri, 16 Sep 2011 19:17:12 GMT (envelope-from nox) Message-Id: <201109161917.p8GJHCt9027216@repoman.freebsd.org> From: Juergen Lock Date: Fri, 16 Sep 2011 19:17:12 +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-devel Makefile pkg-plist ports/emulators/qemu-devel/files patch-hw-ide-ahci.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: Fri, 16 Sep 2011 19:17:13 -0000 nox 2011-09-16 19:17:12 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile pkg-plist Added files: emulators/qemu-devel/files patch-hw-ide-ahci.c Log: - Add ahci emulation fix for FreeBSD guests. [1] - Add OPTION to build a seabios git snapshot that add ahci boot disk emulation. [2] - Bump PORTREVISION. Submitted by: avg [1] Suggested by: avg [2] Revision Changes Path 1.126 +6 -0 ports/emulators/qemu-devel/Makefile 1.1 +31 -0 ports/emulators/qemu-devel/files/patch-hw-ide-ahci.c (new) 1.31 +1 -1 ports/emulators/qemu-devel/pkg-plist