VirtualBox

Changeset 72746 in vbox for trunk


Ignore:
Timestamp:
Jun 29, 2018 7:46:48 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123282
Message:

VMM: Extend HM changed flags. ​​bugref:9193 [build fix]

Location:
trunk
Files:
2 edited

Legend:

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

    r72744 r72746  
    176176VMM_INT_DECL(bool)              HMAreMsrBitmapsAvailable(PVM pVM);
    177177VMM_INT_DECL(PGMMODE)           HMGetShwPagingMode(PVM pVM);
    178 VMM_INT_DECL(void)              HMSvmNstGstVmExitNotify(PVMCPU pVCpu, PCPUMCTX pCtx);
    179178VMM_INT_DECL(bool)              HMSvmIsVGifActive(PVM pVM);
    180179VMM_INT_DECL(uint64_t)          HMSvmNstGstApplyTscOffset(PVMCPU pVCpu, uint64_t uTicks);
     180# ifdef VBOX_WITH_NESTED_HWVIRT_SVM
     181VMM_INT_DECL(void)              HMSvmNstGstVmExitNotify(PVMCPU pVCpu, PCPUMCTX pCtx);
     182# endif
    181183#else /* Nops in RC: */
    182184# define HMFlushTLB(pVCpu)                              do { } while (0)
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r72744 r72746  
    119119}
    120120
    121 
     121#ifdef VBOX_WITH_NESTED_HWVIRT_SVM
    122122/**
    123123 * Notification callback for when a \#VMEXIT happens outside SVM R0 code (e.g.
     
    172172    ASMAtomicUoOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_ALL_GUEST);
    173173}
    174 
     174#endif
    175175
    176176/**
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