VirtualBox

Changeset 72746 in vbox for trunk/include/VBox


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]

File:
1 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)
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