VirtualBox

Changeset 41213 in vbox for trunk/src


Ignore:
Timestamp:
May 8, 2012 5:04:52 PM (13 years ago)
Author:
vboxsync
Message:

VMM: comments.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMMAll.cpp

    r39303 r41213  
    181181
    182182/**
    183  * Gets the ID virtual of the virtual CPU associated with the calling thread.
     183 * Gets the ID of the virtual CPU associated with the calling thread.
    184184 *
    185185 * @returns The CPU ID. NIL_VMCPUID if the thread isn't an EMT.
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r41205 r41213  
    45394539 * @returns VBox status code.
    45404540 * @param   pVM         The VM to operate on.
    4541  * @param   pVCpu       The VM CPU to operate on.
     4541 * @param   pVCpu       The VM CPU to operate on (can be NULL depending on @a
     4542 *                      enmFlush).
    45424543 * @param   enmFlush    Type of flush.
    4543  * @param   GCPtr       Virtual address of the page to flush.
     4544 * @param   GCPtr       Virtual address of the page to flush (can be 0 depending
     4545 *                      on @a enmFlush).
    45444546 */
    45454547static void hmR0VmxFlushVPID(PVM pVM, PVMCPU pVCpu, VMX_FLUSH_VPID enmFlush, RTGCPTR GCPtr)
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