Changeset 19478 in vbox for trunk/include
- Timestamp:
- May 7, 2009 11:31:37 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47011
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r19076 r19478 989 989 VMMR3DECL(int) CPUMR3TermCPU(PVM pVM); 990 990 VMMR3DECL(void) CPUMR3Reset(PVM pVM); 991 VMMR3DECL(void) CPUMR3ResetCpu(PVMCPU pVCpu); 991 992 # ifdef DEBUG 992 993 VMMR3DECL(void) CPUMR3SaveEntryCtx(PVM pVM); -
trunk/include/VBox/err.h
r19406 r19478 164 164 /** PARAV call */ 165 165 #define VINF_EM_RESCHEDULE_PARAV 1119 166 /** Go back into wait for SIPI mode */ 167 #define VINF_EM_WAIT_SIPI 1120 166 168 /** Last scheduling related status code. (inclusive) */ 167 #define VINF_EM_LAST 11 19169 #define VINF_EM_LAST 1120 168 170 169 171 /** Reason for leaving GC: Guest trap which couldn't be handled in GC.
Note:
See TracChangeset
for help on using the changeset viewer.