VirtualBox

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


Ignore:
Timestamp:
Apr 22, 2013 3:15:42 PM (12 years ago)
Author:
vboxsync
Message:

VMMR0/HMVMXR0: Don't intercept CR0.WP when we have nested paging.

File:
1 edited

Legend:

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

    r45657 r45668  
    28212821            u64CR0Mask &= ~X86_CR0_PE;
    28222822        /* Enable this later. */
    2823         /* if (pVM->hm.s.fNestedPaging)
    2824             u64CR0Mask &= ~X86_CR0_WP; */
     2823        if (pVM->hm.s.fNestedPaging)
     2824            u64CR0Mask &= ~X86_CR0_WP;
    28252825
    28262826        /* If the guest FPU state is active, don't need to VM-exit on writes to FPU related bits in CR0. */
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