Changeset 47619 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 8, 2013 7:06:45 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87820
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r47326 r47619 69 69 /** Guest debug event from hardware accelerated mode is being processed. */ 70 70 EMSTATE_DEBUG_GUEST_HM, 71 /** Guest debug event from interpreted execution mode is being processed. */ 72 EMSTATE_DEBUG_GUEST_IEM, 71 73 /** Guest debug event from recompiled-mode is being processed. */ 72 74 EMSTATE_DEBUG_GUEST_REM, … … 272 274 VMMR3_INT_DECL(int) EMR3NotifyResume(PVM pVM); 273 275 VMMR3_INT_DECL(int) EMR3NotifySuspend(PVM pVM); 276 VMMR3_INT_DECL(VBOXSTRICTRC) EMR3HmSingleInstruction(PVM pVM, PVMCPU pVCpu); 277 274 278 /** @} */ 275 279 #endif /* IN_RING3 */ -
trunk/include/VBox/vmm/hm.h
r46297 r47619 143 143 VMM_INT_DECL(PX86PDPE) HMGetPaePdpes(PVMCPU pVCpu); 144 144 VMM_INT_DECL(int) HMAmdIsSubjectToErratum170(uint32_t *pu32Family, uint32_t *pu32Model, uint32_t *pu32Stepping); 145 VMM_INT_DECL(bool) HMSetSingleInstruction(PVMCPU pVCpu, bool fEnable); 145 146 146 147 #ifndef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.