VirtualBox

Changeset 13181 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 10, 2008 3:48:26 PM (16 years ago)
Author:
vboxsync
Message:

EPT bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13180 r13181  
    20592059
    20602060                    STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF);
    2061                     /* The error code might have been changed. */
    2062                     errCode = TRPMGetErrorCode(pVM);
    2063 
    2064                     TRPMResetTrap(pVM);
    20652061
    20662062                    /* Now we must update CR2. */
     
    24412437            {
    24422438            case 0:
    2443                 pVM->hwaccm.s.fContextUseFlags |= HWACCM_CHANGED_GUEST_CR0;
     2439                pVM->hwaccm.s.fContextUseFlags |= HWACCM_CHANGED_GUEST_CR0 | HWACCM_CHANGED_GUEST_CR3;
    24442440                break;
    24452441            case 2:
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