Ticket #5664 (closed defect: fixed)
Turn on new created guest by 3.1.0 will hang all running VMs -> fixed in SVN
Reported by: | book | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 3.1.0 |
Keywords: | vCPU fail | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description
New create guest by VirtualBox 3.1.0 with has new default xml value 'exclusive="true"', this value will hang all my running VMWare VMs, and VirtualBox VMs as well. Change it to false resolve this issue.
<HardwareVirtEx enabled="true" exclusive="true"/>
change to
<HardwareVirtEx enabled="true" exclusive="false"/>
Change History
Note: See
TracTickets for help on using
tickets.
Thanks for the report. Fixed in SVN.