Changeset 14313 in vbox
- Timestamp:
- Nov 18, 2008 4:09:21 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r14000 r14313 3396 3396 // check for the Enabled state and disable virtual USB controller?? 3397 3397 // Anyway, if we want to query the machine's USB Controller we need to cache 3398 // it to tomUSBController in #init() (as it is done with mDVDDrive).3398 // it to mUSBController in #init() (as it is done with mDVDDrive). 3399 3399 // 3400 3400 // bird: While the VM supports hot-plugging, I doubt any guest can handle it at this time... :-) -
trunk/src/VBox/Main/MachineImpl.cpp
r14290 r14313 606 606 * AutoUninitSpan waiting for a number of calls to drop to zero or b) due to 607 607 * a dead-lock caused by this thread waiting for all callers on the other 608 * threads are aredone but preventing them from doing so by holding a lock.608 * threads are done but preventing them from doing so by holding a lock. 609 609 */ 610 610 void Machine::uninit() … … 1880 1880 return setError (E_FAIL, 1881 1881 tr ("Invalid IDE device slot: %l (must be in range " 1882 "[0, 1] for forchannel 0)"),1882 "[0, 1] for channel 0)"), 1883 1883 aDevice); 1884 1884 } … … 5842 5842 HRESULT rc = S_OK; 5843 5843 5844 /* First, prepare to save settings. It will willcare about renaming the5844 /* First, prepare to save settings. It will care about renaming the 5845 5845 * settings directory and file if the machine name was changed and about 5846 5846 * creating a new settings file if this is a new machine. */ … … 6805 6805 if (!aOnline) 6806 6806 { 6807 /* lock all attached hard disks early to todetect "in use"6807 /* lock all attached hard disks early to detect "in use" 6808 6808 * situations before creating actual diffs */ 6809 6809 for (HDData::AttachmentList::const_iterator … … 7977 7977 * etc). However, it's also possible, that the client releases the IPC 7978 7978 * semaphore correctly (i.e. before it releases the VirtualBox reference), 7979 * but butthe VirtualBox release event comes first to the server process.7979 * but the VirtualBox release event comes first to the server process. 7980 7980 * This case is practically possible, so we should not assert on an 7981 7981 * unexpected uninit, just log a warning. -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r14272 r14313 3724 3724 * access or validation errors. 3725 3725 * @param aAddDefaults @c true to cause the substitution of default 3726 * values for formissing attributes that have3726 * values for missing attributes that have 3727 3727 * defaults in the XML schema. 3728 3728 * @param aFormatVersion Where to store the current format version of the
Note:
See TracChangeset
for help on using the changeset viewer.