Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2024 14:56:56 +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-cdq0My73OE@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 #11 from Jason W. Bacon <jwb@freebsd.org> ---
To patch in a workaround, I think we would need to insert

vboxmanage setproperty hwvirtexclusive off

before a VM is started by any method.  There are multiple ways to launch a =
VM
from the command line (VirtualBox, VboxHeadless, VBoxManage startvm, etc.) =
 I
wonder if they all lead to a single point in the code where the VM process =
is
started, or if the start code is replicated in multiple places.  This will
require a little digging...

--=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-cdq0My73OE>