VirtualBox

Changeset 80021 in vbox


Ignore:
Timestamp:
Jul 27, 2019 5:31:49 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 nit.

File:
1 edited

Legend:

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

    r79992 r80021  
    1096010960        RTGCPHYS const GCPhysVirtApic = pVmcsNstGst->u64AddrVirtApic.u;
    1096110961        int rc = PGMPhysGCPhys2CCPtr(pVM, GCPhysVirtApic, &pvPage, &pVCpu->hm.s.vmx.PgMapLockVirtApic);
    10962         AssertRCReturn(rc, rc);
    10963         if (RT_SUCCESS(rc))
    10964         {
    10965             rc = PGMPhysGCPhys2HCPhys(pVM, GCPhysVirtApic, &HCPhysVirtApic);
    10966             AssertMsgRCReturn(rc, ("Failed to get host-physical address for virtual-APIC page at %#RGp\n", GCPhysVirtApic), rc);
    10967             pVCpu->hm.s.vmx.fVirtApicPageLocked = true;
    10968         }
    10969         else
    10970             return rc;
     10962        AssertMsgRCReturn(rc, ("Failed to get current-context pointer for virtual-APIC page at %#RGp\n", GCPhysVirtApic), rc);
     10963
     10964        rc = PGMPhysGCPhys2HCPhys(pVM, GCPhysVirtApic, &HCPhysVirtApic);
     10965        AssertMsgRCReturn(rc, ("Failed to get host-physical address for virtual-APIC page at %#RGp\n", GCPhysVirtApic), rc);
     10966        pVCpu->hm.s.vmx.fVirtApicPageLocked = true;
     10967
    1097110968        u32TprThreshold = pVmcsNstGst->u32TprThreshold;
    1097210969    }
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