Opened 15 years ago
Closed 15 years ago
#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 (2)
comment:1 by , 15 years ago
Summary: | Turn on new created guest by 3.1.0 will hang all running VMs → Turn on new created guest by 3.1.0 will hang all running VMs -> fixed in SVN |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in SVN.