VirtualBox

Changeset 106975 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Nov 13, 2024 7:57:39 AM (2 months ago)
Author:
vboxsync
Message:

VMM/TM: Ensure that the vTimer stays deactivated until it actually is used, bugref:10732

File:
1 edited

Legend:

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

    r106061 r106975  
    820820    {
    821821        PVMCPU pVCpu = pVM->apCpusR3[i];
     822
     823#if defined(VBOX_VMM_TARGET_ARMV8)
     824        pVCpu->cNsVTimerActivate   = UINT64_MAX;
     825#endif
     826
    822827        STAMR3RegisterF(pVM, &pVCpu->tm.s.offTSCRawSrc,          STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS, "TSC offset relative the raw source",           "/TM/TSC/offCPU%u", i);
    823828#ifndef VBOX_WITHOUT_NS_ACCOUNTING
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