VirtualBox

Changeset 45108 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 20, 2013 3:26:53 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR3/EM: clear force-flag if we're ignoring updates to PAE PDPTEs in EM, otherwise HM will still update them when it's not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r45107 r45108  
    14331433            Assert(!VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_HM_UPDATE_PAE_PDPES));
    14341434        }
     1435        else
     1436            VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_HM_UPDATE_PAE_PDPES);
    14351437    }
    14361438
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