VirtualBox

Changeset 56381 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 12, 2015 11:50:53 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100980
Message:

Stubbed VMMR0_DO_CALL_HYPERVISOR and VMMR0_DO_RAW_RUN when !VBOX_WITH_RAW_MODE.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r56080 r56381  
    8989/** Invalid CPU index. */
    9090#define VERR_INVALID_CPU_INDEX              (-1022)
     91/** This VirtualBox build does not support raw-mode. */
     92#define VERR_RAW_MODE_NOT_SUPPORTED         (-1023)
    9193/** @} */
    9294
  • trunk/include/VBox/vmm/hm.h

    r55863 r56381  
    175175VMMR0_INT_DECL(int)             HMR0TermVM(PVM pVM);
    176176VMMR0_INT_DECL(int)             HMR0EnableAllCpus(PVM pVM);
     177# ifdef VBOX_WITH_RAW_MODE
    177178VMMR0_INT_DECL(int)             HMR0EnterSwitcher(PVM pVM, VMMSWITCHER enmSwitcher, bool *pfVTxDisabled);
    178179VMMR0_INT_DECL(void)            HMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled);
     180# endif
    179181
    180182VMMR0_INT_DECL(void)            HMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
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