VirtualBox

Ignore:
Timestamp:
Jul 19, 2019 9:15:09 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HM: Nested VMX: bugref:9180 We need to flush the TLB when the VMX APIC-access page address changes (when we switch to/from guest/nested-guest).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp

    r79715 r79874  
    13251325     */
    13261326    pVCpu->hm.s.vmx.fMergedNstGstCtls = false;
     1327
     1328    /*
     1329     * Flush the TLB before entering the outer guest execution (mainly required since the
     1330     * APIC-access guest-physical address would have changed and probably more things in
     1331     * the future).
     1332     */
     1333    pVCpu->hm.s.vmx.fSwitchedNstGstFlushTlb = true;
    13271334}
    13281335
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette