VirtualBox

Changeset 73756 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 18, 2018 5:13:26 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 VMCLEAR skeleton.

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r73752 r73756  
    27752775    kVmxVInstrDiag_Vmptrst_Cpl,
    27762776    kVmxVInstrDiag_Vmptrst_PtrMap,
     2777    /* VMCLEAR. */
     2778    kVmxVInstrDiag_Vmclear_Cpl,
    27772779    /* Last member for determining array index limit. */
    27782780    kVmxVInstrDiag_Last
  • trunk/include/VBox/vmm/iem.h

    r73752 r73756  
    324324VMM_INT_DECL(VBOXSTRICTRC)  IEMExecDecodedVmptrst(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo,
    325325                                                  RTGCPTR GCPtrDisp);
     326VMM_INT_DECL(VBOXSTRICTRC)  IEMExecDecodedVmclear(PVMCPU pVCpu, uint8_t cbInstr, RTGCPHYS GCPtrVmcs, uint32_t uExitInstrInfo,
     327                                                  RTGCPTR GCPtrDisp);
    326328VMM_INT_DECL(VBOXSTRICTRC)  IEMExecDecodedVmxon(PVMCPU pVCpu, uint8_t cbInstr, RTGCPTR GCPtrVmxon, uint32_t uExitInstrInfo,
    327329                                                RTGCPTR GCPtrDisp);
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