VirtualBox

Changeset 87751 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 13, 2021 1:57:20 PM (4 years ago)
Author:
vboxsync
Message:

VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x and AMD-V has the TSC value handy. bugref:9941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/tm.h

    r87747 r87751  
    8686
    8787VMMDECL(void)           TMNotifyStartOfExecution(PVMCC pVM, PVMCPUCC pVCpu);
    88 VMMDECL(void)           TMNotifyEndOfExecution(PVMCC pVM, PVMCPUCC pVCpu);
     88VMMDECL(void)           TMNotifyEndOfExecution(PVMCC pVM, PVMCPUCC pVCpu, uint64_t uTsc);
    8989VMM_INT_DECL(void)      TMNotifyStartOfHalt(PVMCPUCC pVCpu);
    9090VMM_INT_DECL(void)      TMNotifyEndOfHalt(PVMCPUCC pVCpu);
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