VirtualBox

Changeset 45733 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 25, 2013 2:49:24 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85290
Message:

VMM/HMVMXR0: spaces.

File:
1 edited

Legend:

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

    r45732 r45733  
    34073407        }
    34083408#endif
    3409         rc = hmR0VmxWriteSegmentReg(pVCpu, VMX_VMCS16_GUEST_FIELD_CS, VMX_VMCS32_GUEST_CS_LIMIT, VMX_VMCS_GUEST_CS_BASE,
     3409        rc  = hmR0VmxWriteSegmentReg(pVCpu, VMX_VMCS16_GUEST_FIELD_CS, VMX_VMCS32_GUEST_CS_LIMIT, VMX_VMCS_GUEST_CS_BASE,
    34103410                                     VMX_VMCS32_GUEST_CS_ACCESS_RIGHTS, &pMixedCtx->cs, pMixedCtx);
    34113411        rc |= hmR0VmxWriteSegmentReg(pVCpu, VMX_VMCS16_GUEST_FIELD_SS, VMX_VMCS32_GUEST_SS_LIMIT, VMX_VMCS_GUEST_SS_BASE,
     
    46184618
    46194619        /* See Intel spec. 30.7.1.1 "Reflecting Exceptions to Guest Software". */
    4620         VMXREFLECTXCPT enmReflect     = VMXREFLECTXCPT_NONE;
     4620        VMXREFLECTXCPT enmReflect = VMXREFLECTXCPT_NONE;
    46214621        if (uIntType == VMX_IDT_VECTORING_INFO_TYPE_HW_XCPT)
    46224622        {
    46234623            enmReflect = VMXREFLECTXCPT_XCPT;
    4624 #if 0
     4624#ifdef VBOX_STRICT
    46254625            if (   hmR0VmxIsContributoryXcpt(uIdtVector)
    46264626                && uExitVector == X86_XCPT_PF)
     
    62126212
    62136213    /* Inject. */
    6214     rc  = VMXWriteVmcs32(VMX_VMCS32_CTRL_ENTRY_INTERRUPTION_INFO, u32IntrInfo);
     6214    rc = VMXWriteVmcs32(VMX_VMCS32_CTRL_ENTRY_INTERRUPTION_INFO, u32IntrInfo);
    62156215    if (VMX_EXIT_INTERRUPTION_INFO_ERROR_CODE_IS_VALID(u32IntrInfo))
    62166216        rc |= VMXWriteVmcs32(VMX_VMCS32_CTRL_ENTRY_EXCEPTION_ERRCODE, u32ErrCode);
     
    82818281
    82828282#if 0
    8283     rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);     /** @todo Can we do better?  */
     8283    rc |= hmR0VmxSaveGuestState(pVCpu, pMixedCtx);     /** @todo Can we do better?  */
    82848284#else
    82858285    /* Aggressive state sync. for now. */
Note: See TracChangeset for help on using the changeset viewer.

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