VirtualBox

Changeset 72524 in vbox for trunk


Ignore:
Timestamp:
Jun 12, 2018 10:23:47 AM (7 years ago)
Author:
vboxsync
Message:

VMM/GIM: Assert in R3 handler for assuming TSC/NanoTS values were updated in R0/RC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp

    r72469 r72524  
    272272            }
    273273
     274            /* We ASSUME that ring-0/raw-mode have updated these. */
     275            /** @todo Get logically atomic NanoTS/TSC pairs in ring-3. */
     276            Assert(pKvmCpu->uTsc);
     277            Assert(pKvmCpu->uVirtNanoTS);
     278
    274279            /* Enable and populate the system-time struct. */
    275280            pKvmCpu->u64SystemTimeMsr      = uRawValue;
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