From owner-svn-ports-all@FreeBSD.ORG Mon Apr 28 15:01:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E70823EF; Mon, 28 Apr 2014 15:01:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3A2A1902; Mon, 28 Apr 2014 15:01:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SF1Xrb087109; Mon, 28 Apr 2014 15:01:33 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3SF1XNJ087108; Mon, 28 Apr 2014 15:01:33 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201404281501.s3SF1XNJ087108@svn.freebsd.org> From: Bernhard Froehlich Date: Mon, 28 Apr 2014 15:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352508 - head/emulators/virtualbox-ose/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 15:01:34 -0000 Author: decke Date: Mon Apr 28 15:01:33 2014 New Revision: 352508 URL: http://svnweb.freebsd.org/changeset/ports/352508 QAT: https://qat.redports.org/buildarchive/r352508/ Log: - Add undef MSR_IA32_FEATURE_CONTROL for FreeBSD 10.0/i386 PR: ports/189068 Submitted by: Dmitry Afanasiev Modified: head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Modified: head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h ============================================================================== --- head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Mon Apr 28 14:38:51 2014 (r352507) +++ head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Mon Apr 28 15:01:33 2014 (r352508) @@ -1,6 +1,6 @@ --- include/iprt/x86.h.orig 2014-02-25 11:59:50.000000000 -0500 +++ include/iprt/x86.h 2014-03-11 16:46:08.000000000 -0400 -@@ -35,6 +35,15 @@ +@@ -35,6 +35,16 @@ # pragma D depends_on library vbox-types.d #endif @@ -11,6 +11,7 @@ +# undef MSR_IA32_PLATFORM_ID +# undef MSR_BBL_CR_CTL3 +# undef MSR_IA32_MISC_ENABLE ++# undef MSR_IA32_FEATURE_CONTROL +#endif + /* Workaround for Solaris sys/regset.h defining CS, DS */