Date: Sun, 24 Nov 2024 19:40:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 212918] Host system hangs after suspend/resume if emulators/virtualbox-ose VirtualBox VMs are running Message-ID: <bug-212918-227-xDxfRqgI5Z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212918-227@https.bugs.freebsd.org/bugzilla/> References: <bug-212918-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212918 --- Comment #12 from Jason W. Bacon <jwb@freebsd.org> --- As an alternative, I may have found the place where this is initialized in src/VBox/Main/src-server/SystemPropertiesImpl.cpp. Maybe just adding FreeB= SD to the OS list here (and an appropriate comment explaining why) would do the trick. /* 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) || defined(RT_OS_SOLARI= S) m->fExclusiveHwVirt =3D false; #else m->fExclusiveHwVirt =3D true; #endif --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212918-227-xDxfRqgI5Z>