Changeset 86123 in vbox for trunk/src/VBox
- Timestamp:
- Sep 14, 2020 5:11:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
r86121 r86123 603 603 * Update the system-time struct. 604 604 * The system-time structs are usually placed at a different guest address for each VCPU. 605 *606 * The rendezvous ensures that we don't have other VCPUs that might potentially be607 * reading the guest memory which we're about to update.608 605 */ 609 606 pKvmCpu->uTsc = TMCpuTickGetNoCheck(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.