svn commit: r419083 - in head/emulators: virtualbox-ose-kmod virtualbox-ose/files
Jung-uk Kim
jkim at FreeBSD.org
Mon Jul 25 23:38:33 UTC 2016
Author: jkim
Date: Mon Jul 25 23:38:31 2016
New Revision: 419083
URL: https://svnweb.freebsd.org/changeset/ports/419083
Log:
Disable TSC measurement thread. It causes a panic with INVARIANTS kernel
option. In fact, I doubt that it works on FreeBSD.
Added:
head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h (contents, props changed)
Modified:
head/emulators/virtualbox-ose-kmod/Makefile
Modified: head/emulators/virtualbox-ose-kmod/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod/Makefile Mon Jul 25 23:15:08 2016 (r419082)
+++ head/emulators/virtualbox-ose-kmod/Makefile Mon Jul 25 23:38:31 2016 (r419083)
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.0.26
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX= -kmod
Added: head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h Mon Jul 25 23:38:31 2016 (r419083)
@@ -0,0 +1,11 @@
+--- src/VBox/HostDrivers/Support/SUPDrvInternal.h.orig 2016-07-18 11:56:19 UTC
++++ src/VBox/HostDrivers/Support/SUPDrvInternal.h
+@@ -235,7 +235,7 @@
+ # define SUPDRV_WITHOUT_MSR_PROBER
+ #endif
+
+-#if 1
++#if 0
+ /** @def SUPDRV_USE_TSC_DELTA_THREAD
+ * Use a dedicated kernel thread to service TSC-delta measurement requests.
+ * @todo Test on servers with many CPUs and sockets. */
More information about the svn-ports-all
mailing list