Changeset 64068 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 28, 2016 9:56:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r63465 r64068 8611 8611 return rcStrict; 8612 8612 8613 /** @todo r=ramshankar: Why can't we do this when the APIC base changes 8614 * in hmR0VmxLoadGuestApicState()? Also we can stop caching the 8615 * APIC base in several places just for HM usage and just take the 8616 * function call hit in load-guest state. */ 8613 8617 #ifndef IEM_VERIFICATION_MODE_FULL 8614 8618 /* Setup the Virtualized APIC accesses. pMixedCtx->msrApicBase is always up-to-date. It's not part of the VMCS. */
Note:
See TracChangeset
for help on using the changeset viewer.