Changeset 21653 in vbox for trunk/include
- Timestamp:
- Jul 16, 2009 3:18:07 PM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r20871 r21653 231 231 #define VERR_EM_INTERNAL_ERROR (-1149) 232 232 /** Pending VM request packet. */ 233 #define VINF_EM_PENDING_REQUEST (-1150)233 #define VINF_EM_PENDING_REQUEST 1150 234 234 /** Start instruction stepping (debug only). */ 235 235 #define VINF_EM_RAW_EMULATE_DBG_STEP 1151 236 /** Patch TPR access instruction. */ 237 #define VINF_EM_HWACCM_PATCH_TPR_INSTR 1152 236 238 /** @} */ 237 239 -
trunk/include/VBox/hwaccm.h
r21650 r21653 143 143 VMMR3DECL(int) HWACMMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem); 144 144 VMMR3DECL(int) HWACMMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem); 145 VMMR3DECL(int) HWACCMR3PatchTprInstr(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx); 145 146 146 147 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.