VirtualBox

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


Ignore:
Timestamp:
Jul 9, 2013 2:16:53 PM (12 years ago)
Author:
vboxsync
Message:

VMM: spaces.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r47055 r47056  
    558558    {
    559559        /* Pentium-compatible MSRs. */
    560         ulBit    = uMsr * 2;
     560        ulBit = uMsr * 2;
    561561    }
    562562    else if (   uMsr >= 0xC0000000
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46975 r47056  
    91829182    /* Re-inject the exception into the guest. This cannot be a double-fault condition which would have been handled in
    91839183       hmR0VmxCheckExitDueToEventDelivery(). */
    9184     int rc =  hmR0VmxReadExitIntrErrorCodeVmcs(pVCpu, pVmxTransient);
     9184    int rc = hmR0VmxReadExitIntrErrorCodeVmcs(pVCpu, pVmxTransient);
    91859185    rc    |= hmR0VmxReadExitInstrLenVmcs(pVCpu, pVmxTransient);
    91869186    AssertRCReturn(rc, rc);
    91879187    Assert(pVmxTransient->fVmcsFieldsRead & HMVMX_UPDATED_TRANSIENT_EXIT_INTERRUPTION_INFO);
     9188
    91889189    hmR0VmxSetPendingEvent(pVCpu, VMX_VMCS_CTRL_ENTRY_IRQ_INFO_FROM_EXIT_INT_INFO(pVmxTransient->uExitIntrInfo),
    91899190                           pVmxTransient->cbInstr, pVmxTransient->uExitIntrErrorCode, 0 /* GCPtrFaultAddress */);
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