- Timestamp:
- Jun 12, 2018 10:23:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r72469 r72524 272 272 } 273 273 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 274 279 /* Enable and populate the system-time struct. */ 275 280 pKvmCpu->u64SystemTimeMsr = uRawValue;
Note:
See TracChangeset
for help on using the changeset viewer.