VirtualBox

Changeset 66044 in vbox


Ignore:
Timestamp:
Mar 10, 2017 4:51:12 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113910
Message:

VMM: Nested Hw.virt: Build fix, trial.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r66040 r66044  
    193193    pCtx->hwvirt.svm.GCPhysVmcb = GCPhysVmcb;
    194194
     195#if 0
    195196    SVMVMCB Vmcb;
    196197    PVM pVM = pVCpu->CTX_SUFF(pVM);
    197     int rc = PGMPhysSimpleReadGCPhys(pVM, &Vmcb, GCPhysVmcb, X86_PAGE_4K_SIZE);
     198    //int rc = PGMPhysSimpleReadGCPhys(pVM, &Vmcb, GCPhysVmcb, X86_PAGE_4K_SIZE);
     199    int rc = VINF_SUCCESS;
    198200    if (RT_SUCCESS(rc))
    199201    {
     
    248250
    249251    return rc;
     252#endif
     253    return VERR_NOT_IMPLEMENTED;
     254
    250255}
    251256
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r66040 r66044  
    59005900#endif
    59015901
    5902     rcStrict = HMSvmVmrun(pVCpu, pCtx, );
     5902    VBOXSTRICTRC rcStrict = HMSvmVmrun(pVCpu, pCtx, GCPhysVmcb);
    59035903    RT_NOREF(cbInstr);
    59045904    return rcStrict;
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