VirtualBox

Changeset 79345 in vbox for trunk/include


Ignore:
Timestamp:
Jun 26, 2019 9:09:46 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HM: Nested VMX: bugref:9180 Implemented VMCS shadowing.

File:
1 edited

Legend:

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

    r78869 r79345  
    182182VMM_INT_DECL(bool)              HMIsNestedPagingActive(PVM pVM);
    183183VMM_INT_DECL(bool)              HMIsMsrBitmapActive(PVM pVM);
    184 # ifdef VBOX_WITH_NESTED_HWVIRT_SVM
    185 VMM_INT_DECL(void)              HMNotifyVmxNstGstVmexit(PVMCPU pVCpu, PCPUMCTX pCtx);
     184# ifdef VBOX_WITH_NESTED_HWVIRT_VMX
     185VMM_INT_DECL(void)              HMNotifyVmxNstGstVmexit(PVMCPU pVCpu);
     186VMM_INT_DECL(void)              HMNotifyVmxNstGstCurrentVmcsChanged(PVMCPU pVCpu);
    186187# endif
    187188/** @} */
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