VirtualBox

Changeset 77284 in vbox


Ignore:
Timestamp:
Feb 12, 2019 3:41:39 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128800
Message:

VMM/TM: Changed the watchdog timer frequency to 1Hz for HM mode. Will remove it after raw-mode has been kicked to the curb.

File:
1 edited

Legend:

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

    r76886 r77284  
    658658    rc = CFGMR3QueryU32(pCfgHandle, "TimerMillies", &u32Millies);
    659659    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    660         u32Millies = 10;
     660        u32Millies = VM_IS_HM_ENABLED(pVM) ? 1000 : 10;
    661661    else if (RT_FAILURE(rc))
    662662        return VMSetError(pVM, rc, RT_SRC_POS,
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