- Timestamp:
- Jul 11, 2014 9:55:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
r51982 r51983 246 246 247 247 248 /** 249 * Terminates the Hyper-V GIM provider. 250 * 251 * @returns VBox status code. 252 * @param pVM Pointer to the VM. 253 */ 248 254 VMMR3_INT_DECL(int) GIMR3HvTerm(PVM pVM) 249 255 { … … 253 259 254 260 261 /** 262 * Applies relocations to data and code managed by this component. This function 263 * will be called at init and whenever the VMM need to relocate itself inside 264 * the GC. 265 * 266 * @param pVM Pointer to the VM. 267 * @param offDelta Relocation delta relative to old location. 268 */ 255 269 VMMR3_INT_DECL(void) GIMR3HvRelocate(PVM pVM, RTGCINTPTR offDelta) 256 270 {
Note:
See TracChangeset
for help on using the changeset viewer.