Changeset 56381 in vbox for trunk/include/VBox
- Timestamp:
- Jun 12, 2015 11:50:53 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100980
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r56080 r56381 89 89 /** Invalid CPU index. */ 90 90 #define VERR_INVALID_CPU_INDEX (-1022) 91 /** This VirtualBox build does not support raw-mode. */ 92 #define VERR_RAW_MODE_NOT_SUPPORTED (-1023) 91 93 /** @} */ 92 94 -
trunk/include/VBox/vmm/hm.h
r55863 r56381 175 175 VMMR0_INT_DECL(int) HMR0TermVM(PVM pVM); 176 176 VMMR0_INT_DECL(int) HMR0EnableAllCpus(PVM pVM); 177 # ifdef VBOX_WITH_RAW_MODE 177 178 VMMR0_INT_DECL(int) HMR0EnterSwitcher(PVM pVM, VMMSWITCHER enmSwitcher, bool *pfVTxDisabled); 178 179 VMMR0_INT_DECL(void) HMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled); 180 # endif 179 181 180 182 VMMR0_INT_DECL(void) HMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
Note:
See TracChangeset
for help on using the changeset viewer.