Changeset 70979 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 13, 2018 1:38:48 AM (7 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r69107 r70979 81 81 * RAW after a short while. */ 82 82 EMSTATE_IEM_THEN_REM, 83 /** Executing in native (API) execution monitor. */ 84 EMSTATE_NEM, 85 /** Guest debug event from NEM mode is being processed. */ 86 EMSTATE_DEBUG_GUEST_NEM, 83 87 /** Just a hack to ensure that we get a 32-bit integer. */ 84 88 EMSTATE_MAKE_32BIT_HACK = 0x7fffffff -
trunk/include/VBox/vmm/nem.h
r70977 r70979 51 51 VMMR3_INT_DECL(void) NEMR3Reset(PVM pVM); 52 52 VMMR3_INT_DECL(void) NEMR3ResetCpu(PVMCPU pVCpu); 53 VMMR3_INT_DECL(VBOXSTRICTRC) NEMR3RunGC(PVM pVM, PVMCPU pVCpu); 54 VMMR3_INT_DECL(bool) NEMR3CanExecuteGuest(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx); 55 VMMR3_INT_DECL(bool) NEMR3SetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable); 53 56 54 57 VMMR3_INT_DECL(int) NEMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb);
Note:
See TracChangeset
for help on using the changeset viewer.