Changeset 55654 in vbox for trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
- Timestamp:
- May 5, 2015 9:30:58 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100037
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
r55510 r55654 516 516 * alternative is to use an MMIO2 region and use the WallClock.u32Version field 517 517 * for transactional update. However, this MSR is rarely written to (typically 518 * once during bootup) it's currently not a performance issue. 518 * once during bootup) it's currently not a performance issue especially since 519 * we're already in ring-3. If we really wanted better performance in this code 520 * path, we should be doing it in ring-0. 519 521 * 520 522 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.