VirtualBox

Changeset 21653 in vbox for trunk/include


Ignore:
Timestamp:
Jul 16, 2009 3:18:07 PM (16 years ago)
Author:
vboxsync
Message:

TPR patching updates

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r20871 r21653  
    231231#define VERR_EM_INTERNAL_ERROR              (-1149)
    232232/** Pending VM request packet. */
    233 #define VINF_EM_PENDING_REQUEST             (-1150)
     233#define VINF_EM_PENDING_REQUEST             1150
    234234/** Start instruction stepping (debug only). */
    235235#define VINF_EM_RAW_EMULATE_DBG_STEP        1151
     236/** Patch TPR access instruction. */
     237#define VINF_EM_HWACCM_PATCH_TPR_INSTR      1152
    236238/** @} */
    237239
  • trunk/include/VBox/hwaccm.h

    r21650 r21653  
    143143VMMR3DECL(int)  HWACMMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
    144144VMMR3DECL(int)  HWACMMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
     145VMMR3DECL(int)  HWACCMR3PatchTprInstr(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx);
    145146
    146147/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette