Index: /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 64272)
+++ /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 64273)
@@ -100,10 +100,10 @@
 
 
-    /* On Windows and OS X, HW virtualization use isn't exclusive by
-     * default so that VT-x or AMD-V can be shared with other
+    /* On Windows, OS X and Solaris, HW virtualization use isn't exclusive
+     * by default so that VT-x or AMD-V can be shared with other
      * hypervisors without requiring user intervention.
      * NB: See also SystemProperties constructor in settings.h
      */
-#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
+#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
     m->fExclusiveHwVirt = false;
 #else
Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 64272)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 64273)
@@ -1527,5 +1527,5 @@
     fExclusiveHwVirt(true)
 {
-#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
+#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
     fExclusiveHwVirt = false;
 #endif
