VirtualBox

Changeset 19478 in vbox for trunk/include


Ignore:
Timestamp:
May 7, 2009 11:31:37 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47011
Message:

Finished up init IPI processing. (untested)

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r19076 r19478  
    989989VMMR3DECL(int)          CPUMR3TermCPU(PVM pVM);
    990990VMMR3DECL(void)         CPUMR3Reset(PVM pVM);
     991VMMR3DECL(void)         CPUMR3ResetCpu(PVMCPU pVCpu);
    991992# ifdef DEBUG
    992993VMMR3DECL(void)         CPUMR3SaveEntryCtx(PVM pVM);
  • trunk/include/VBox/err.h

    r19406 r19478  
    164164/** PARAV call */
    165165#define VINF_EM_RESCHEDULE_PARAV            1119
     166/** Go back into wait for SIPI mode */
     167#define VINF_EM_WAIT_SIPI                   1120
    166168/** Last scheduling related status code. (inclusive) */
    167 #define VINF_EM_LAST                        1119
     169#define VINF_EM_LAST                        1120
    168170
    169171/** Reason for leaving GC: Guest trap which couldn't be handled in GC.
Note: See TracChangeset for help on using the changeset viewer.

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