Changeset 100102 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 7, 2023 5:54:44 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r99976 r100102 291 291 /** The counter frequency in Hz as obtained from CNTFRQ_EL0. */ 292 292 uint64_t u64CntFrqHz; 293 /** The CNTVCT_EL0 value after the VM was resumed. */294 uint64_t u64VTimer ValuePaused;293 /** The vTimer offset programmed. */ 294 uint64_t u64VTimerOff; 295 295 /** @} */ 296 296 # else … … 493 493 /** Flag whether to update the vTimer offset. */ 494 494 bool fVTimerOffUpdate; 495 /** The vTimer offset programmed. */496 uint64_t u64VTimerOff;497 495 # else 498 496 /** The vCPU handle associated with the EMT executing this vCPU. */
Note:
See TracChangeset
for help on using the changeset viewer.