VirtualBox
Show
Ignore:
Timestamp:
10/31/08 01:20:53 (2 months ago)
Author:
vboxsync
Message:

VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, lumping it together with VERR_TRPM_DONT_PANIC and VERR_TRPM_PANIC. (just left the space in VINF_EM_ there as it may come in handy later.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/err.h

    r13702 r13703  
    101101 * resolved there it will enter guru meditation. */ 
    102102#define VINF_EM_DBG_HYPER_ASSERTION         1103 
    103 /** Hit a ring-0 assertion on EMT. 
    104  * EM will enter guru mediation state when. */ 
    105 #define VINF_EM_DBG_RING0_ASSERTION         1104 
    106103/** Indicating that the VM should be suspended for debugging because 
    107104 * the developer wants to inspect the VM state. */ 
     
    765762/** Reason for leaving GC: Calling host function. */ 
    766763#define VINF_VMM_CALL_HOST                  2700 
     764/** Reason for leaving R0: Hit a ring-0 assertion on EMT. */ 
     765#define VERR_VMM_RING0_ASSERTION            (-2701) 
    767766/** @} */ 
    768767 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy