Changeset 72490 in vbox for trunk/include
- Timestamp:
- Jun 9, 2018 3:11:13 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122975
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r72456 r72490 253 253 /** Guest tried to trigger a CPU hang. The guest is probably up to no good. */ 254 254 #define VERR_EM_GUEST_CPU_HANG (-1158) 255 /** Reason for leaving RZ: Pending ring-3 IN instruction. */ 256 #define VINF_EM_PENDING_R3_IOPORT_READ 1159 257 /** Reason for leaving RZ: Pending ring-3 OUT instruction. */ 258 #define VINF_EM_PENDING_R3_IOPORT_WRITE 1160 255 259 /** @} */ 256 260 -
trunk/include/VBox/vmm/em.h
r72462 r72490 209 209 VMM_INT_DECL(int) EMMonitorWaitPerform(PVMCPU pVCpu, uint64_t rax, uint64_t rcx); 210 210 VMM_INT_DECL(int) EMUnhaltAndWakeUp(PVM pVM, PVMCPU pVCpuDst); 211 VMMRZ_INT_DECL(VBOXSTRICTRC) EMRZSetPendingIoPortWrite(PVMCPU pVCpu, RTIOPORT uPort, uint8_t cbInstr, uint8_t cbValue, uint32_t uValue); 212 VMMRZ_INT_DECL(VBOXSTRICTRC) EMRZSetPendingIoPortRead(PVMCPU pVCpu, RTIOPORT uPort, uint8_t cbInstr, uint8_t cbValue); 211 213 212 214 /** @name Assembly routines
Note:
See TracChangeset
for help on using the changeset viewer.