VirtualBox

Changeset 20678 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 18, 2009 9:22:30 AM (16 years ago)
Author:
vboxsync
Message:

TM: Count calls to TMCpuTickSet and take the VM handle as an argument.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r20531 r20678  
    9595    MM_TAG_PDM_ASYNC_COMPLETION,
    9696    MM_TAG_PDM_DEVICE,
     97    MM_TAG_PDM_DEVICE_DESC,
    9798    MM_TAG_PDM_DEVICE_USER,
    9899    MM_TAG_PDM_DRIVER,
     100    MM_TAG_PDM_DRIVER_DESC,
    99101    MM_TAG_PDM_DRIVER_USER,
    100102    MM_TAG_PDM_USB,
     103    MM_TAG_PDM_USB_DESC,
    101104    MM_TAG_PDM_USB_USER,
    102105    MM_TAG_PDM_LUN,
  • trunk/include/VBox/tm.h

    r20374 r20678  
    130130VMMDECL(uint64_t) TMCpuTickGetNoCheck(PVMCPU pVCpu);
    131131VMMDECL(bool)     TMCpuTickCanUseRealTSC(PVMCPU pVCpu, uint64_t *poffRealTSC);
    132 VMMDECL(int)      TMCpuTickSet(PVMCPU pVCpu, uint64_t u64Tick);
     132VMMDECL(int)      TMCpuTickSet(PVM pVM, PVMCPU pVCpu, uint64_t u64Tick);
    133133VMMDECL(uint64_t) TMCpuTicksPerSecond(PVM pVM);
    134134/** @} */
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