[Bug 212918] Host system hangs after suspend/resume if emulators/virtualbox-ose VirtualBox VMs are running
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 13:02:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212918
--- Comment #13 from Jason W. Bacon <jwb@freebsd.org> ---
(In reply to Jason W. Bacon from comment #12)
Not going to be that easy. I reinstalled from source with the patch below, and
it did not help. System panicked immediately on resume.
--- src/VBox/Main/src-server/SystemPropertiesImpl.cpp.orig 2024-01-11
12:25:27 UTC
+++ src/VBox/Main/src-server/SystemPropertiesImpl.cpp
@@ -105,8 +105,9 @@ HRESULT SystemProperties::init(VirtualBox *aParent)
* 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
+ * FreeBSD systems panic on sleep/resume with exclusive enabled.
*/
-#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
+#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS)
|| defined(RT_OS_FREEBSD)
m->fExclusiveHwVirt = false;
#else
m->fExclusiveHwVirt = true;
--
You are receiving this mail because:
You are the assignee for the bug.