VirtualBox

Changeset 51983 in vbox for trunk


Ignore:
Timestamp:
Jul 11, 2014 9:55:55 AM (10 years ago)
Author:
vboxsync
Message:

VMM/GIM: doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r51982 r51983  
    246246
    247247
     248/**
     249 * Terminates the Hyper-V GIM provider.
     250 *
     251 * @returns VBox status code.
     252 * @param   pVM         Pointer to the VM.
     253 */
    248254VMMR3_INT_DECL(int) GIMR3HvTerm(PVM pVM)
    249255{
     
    253259
    254260
     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 */
    255269VMMR3_INT_DECL(void) GIMR3HvRelocate(PVM pVM, RTGCINTPTR offDelta)
    256270{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette