Changeset 20215 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 3, 2009 8:17:06 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r20185 r20215 719 719 rc = CFGMR3InsertInteger(pCfg, "NumCPUs", cCpus); RC_CHECK(); 720 720 721 /* SMP: @todo: IOAPIC may be required for SMP configs */722 721 if (fIOAPIC) 723 722 { -
trunk/src/VBox/Main/HardDiskImpl.cpp
r20099 r20215 4440 4440 4441 4441 /* Make sure the source chain is released early. It could happen 4442 * that we get a dea thlock in Appliance::Import when Medium::Close4442 * that we get a deadlock in Appliance::Import when Medium::Close 4443 4443 * is called & the source chain is released at the same time. */ 4444 4444 task->d.source.reset();
Note:
See TracChangeset
for help on using the changeset viewer.