Changeset 2610
- Timestamp:
- 05/13/07 21:14:57 (2 years ago)
- Files:
-
- trunk/include/VBox/mm.h (modified) (1 diff)
- trunk/src/VBox/Main/MachineImpl.cpp (modified) (1 diff)
- trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) (1 diff)
- trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/mm.h
r2268 r2610 1294 1294 * Install MMGCRam Hypervisor page fault handler for normal working 1295 1295 * of MMGCRamRead and MMGCRamWrite calls. 1296 * This handler will be aut homatically removed at page fault.1296 * This handler will be automatically removed at page fault. 1297 1297 * In other case it must be removed by MMGCRamDeregisterTrapHandler call. 1298 1298 * trunk/src/VBox/Main/MachineImpl.cpp
r2602 r2610 324 324 * @param aName name for the machine when aMode is Init_New 325 325 * (ignored otherwise) 326 * @param aNameSync |TRUE| to aut homatically sync settings dir and file326 * @param aNameSync |TRUE| to automatically sync settings dir and file 327 327 * name with the machine name. |FALSE| is used for legacy 328 328 * machines where the file name is specified by the trunk/src/VBox/Main/VirtualBoxImpl.cpp
r2567 r2610 2195 2195 * using the \a aClient argument to do the requested job and optionally expose 2196 2196 * the prgress through the \a aProgress object. The user function should never 2197 * call notifyComplete() on it: this will be done aut homatically using the2197 * call notifyComplete() on it: this will be done automatically using the 2198 2198 * result code returned by the function. 2199 2199 * trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp
r23 r2610 52 52 * Install MMGCRam Hypervisor page fault handler for normal working 53 53 * of MMGCRamRead and MMGCRamWrite calls. 54 * This handler will be aut homatically removed at page fault.54 * This handler will be automatically removed at page fault. 55 55 * In other case it must be removed by MMGCRamDeregisterTrapHandler call. 56 56 *

