VirtualBox

Changeset 11757

Show
Ignore:
Timestamp:
08/28/08 14:30:01 (3 months ago)
Author:
vboxsync
Message:

No room for this

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r11756 r11757  
    255255        /** Current VMX_VMCS_CTRL_PROC_EXEC_CONTROLS. */ 
    256256        uint64_t                    proc_ctls; 
    257  
    258         /** Current VMX_VMCS_CTRL_PROC_EXEC_CONTROLS2. */ 
    259         uint64_t                    proc_ctls2; 
    260257 
    261258        /** Current CR0 mask. */ 
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r11756 r11757  
    342342        /** @todo make sure they don't conflict with the above requirements. */ 
    343343        val &= pVM->hwaccm.s.vmx.msr.vmx_proc_ctls2.n.allowed1; 
    344         pVM->hwaccm.s.vmx.proc_ctls2 = val; 
    345344 
    346345        rc = VMXWriteVMCS(VMX_VMCS_CTRL_PROC_EXEC_CONTROLS2, val); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy