VirtualBox

Changeset 72983 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 8, 2018 4:15:47 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123535
Message:

VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use pVCpu->cpum.GstCtx instead where possible.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/EMHandleRCTmpl.h

    r72634 r72983  
    261261
    262262        case VINF_EM_HM_PATCH_TPR_INSTR:
    263             rc = HMR3PatchTprInstr(pVM, pVCpu, &pVCpu->cpum.GstCtx);
     263            rc = HMR3PatchTprInstr(pVM, pVCpu);
    264264            break;
    265265#endif
  • trunk/src/VBox/VMM/include/HMInternal.h

    r72967 r72983  
    11171117
    11181118# ifdef VBOX_STRICT
    1119 VMMR0_INT_DECL(void) hmR0DumpRegs(PVMCPU pVCpu, PCPUMCTX pCtx);
     1119VMMR0_INT_DECL(void) hmR0DumpRegs(PVMCPU pVCpu);
    11201120VMMR0_INT_DECL(void) hmR0DumpDescriptor(PCX86DESCHC pDesc, RTSEL Sel, const char *pszMsg);
    11211121# endif
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