Changeset 74517 in vbox for trunk/include/VBox
- Timestamp:
- Sep 28, 2018 11:24:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r74389 r74517 2830 2830 /** NEM init failed because of missing kernel API. */ 2831 2831 #define VERR_NEM_MISSING_KERNEL_API (-6803) 2832 /** NEM can only operate from ring-3. */ 2833 #define VERR_NEM_RING3_ONLY (-6804) 2832 2834 /** NEM failed to create a native VM instance. */ 2833 #define VERR_NEM_VM_CREATE_FAILED (-680 4)2835 #define VERR_NEM_VM_CREATE_FAILED (-6805) 2834 2836 /** NEM failed to map page(s) into the VM. */ 2835 #define VERR_NEM_MAP_PAGES_FAILED (-680 5)2837 #define VERR_NEM_MAP_PAGES_FAILED (-6806) 2836 2838 /** NEM failed to unmap page(s) into the VM. */ 2837 #define VERR_NEM_UNMAP_PAGES_FAILED (-680 6)2839 #define VERR_NEM_UNMAP_PAGES_FAILED (-6807) 2838 2840 /** NEM failed to get registers. */ 2839 #define VERR_NEM_GET_REGISTERS_FAILED (-680 7)2841 #define VERR_NEM_GET_REGISTERS_FAILED (-6808) 2840 2842 /** NEM failed to set registers. */ 2841 #define VERR_NEM_SET_REGISTERS_FAILED (-680 8)2843 #define VERR_NEM_SET_REGISTERS_FAILED (-6809) 2842 2844 /** Get register caller must flush the TLB (not an error). */ 2843 #define VERR_NEM_FLUSH_TLB (-68 09)2845 #define VERR_NEM_FLUSH_TLB (-6810) 2844 2846 /** Get register caller must flush the TLB. */ 2845 #define VINF_NEM_FLUSH_TLB (6809) 2846 2847 2847 #define VINF_NEM_FLUSH_TLB (6810) 2848 2848 /** NEM failed to set TSC. */ 2849 #define VERR_NEM_SET_TSC (-681 2)2849 #define VERR_NEM_SET_TSC (-6811) 2850 2850 2851 2851 /** NEM internal processing error \#0. */
Note:
See TracChangeset
for help on using the changeset viewer.