Changeset 100140 in vbox for trunk/include
- Timestamp:
- Jun 9, 2023 2:54:38 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r98103 r100140 320 320 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChanged(PVM pVM); 321 321 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu); 322 # if 0 /* evil */ 322 323 VMMR3_INT_DECL(bool) HMR3IsActive(PCVMCPU pVCpu); 324 # endif 323 325 VMMR3_INT_DECL(int) HMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem); 324 326 VMMR3_INT_DECL(int) HMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
Note:
See TracChangeset
for help on using the changeset viewer.