VirtualBox

Changeset 19227 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 28, 2009 8:50:31 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46608
Message:

Implemented VMMGetCpu in ring 0. (SMP guests)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwaccm.h

    r18927 r19227  
    8484VMMDECL(bool)    HWACCMIsNestedPagingActive(PVM pVM);
    8585VMMDECL(PGMMODE) HWACCMGetShwPagingMode(PVM pVM);
    86 VMMDECL(RTCPUID) HWACCMGetVMCPUId(PVM pVM);
    8786#else
    8887/* Nop in GC */
     
    103102VMMR0DECL(int)  HWACCMR0EnterSwitcher(PVM pVM, bool *pfVTxDisabled);
    104103VMMR0DECL(int)  HWACCMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled);
     104
     105VMMR0DECL(PVMCPU)  HWACCMR0GetVMCPU(PVM pVM);
     106VMMR0DECL(VMCPUID) HWACCMR0GetVMCPUId(PVM pVM);
     107
    105108/** @} */
    106109#endif /* IN_RING0 */
Note: See TracChangeset for help on using the changeset viewer.

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