VirtualBox

Changeset 75994 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 5, 2018 9:38:19 PM (6 years ago)
Author:
vboxsync
Message:

kmk incs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.mac

    r73277 r75994  
    66
    77;
    8 ; Copyright (C) 2006-2017 Oracle Corporation
     8; Copyright (C) 2006-2018 Oracle Corporation
    99;
    1010; This file is part of VirtualBox Open Source Edition (OSE), as
     
    5151%define VERR_RAW_MODE_NOT_SUPPORTED    (-1023)
    5252%define VERR_INCONSISTENT_VM_HANDLE    (-1024)
     53%define VERR_VM_RESTORED    (-1025)
    5354%define VINF_EM_FIRST    1100
    5455%define VINF_EM_TERMINATE    1100
     
    9293%define VINF_EM_RAW_STALE_SELECTOR    1138
    9394%define VINF_EM_RAW_IRET_TRAP    1139
    94 %define VINF_EM_RAW_EMULATE_IO_BLOCK    1140
    9595%define VERR_EM_INTERPRETER    (-1148)
    9696%define VERR_EM_INTERNAL_ERROR    (-1149)
     
    103103%define VINF_EM_RAW_INJECT_TRPM_EVENT    1157
    104104%define VERR_EM_GUEST_CPU_HANG    (-1158)
     105%define VINF_EM_PENDING_R3_IOPORT_READ    1159
     106%define VINF_EM_PENDING_R3_IOPORT_WRITE    1160
     107%define VINF_EM_RESUME_R3_HISTORY_EXEC    1161
    105108%define VERR_DBGF_NOT_ATTACHED    (-1200)
    106109%define VERR_DBGF_ALREADY_ATTACHED    (-1201)
     
    242245%define VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE    (-1684)
    243246%define VERR_PGM_PHYS_MMIO_EX_IPE    (-1685)
     247%define VERR_PGM_MODE_IPE    (-1686)
     248%define VERR_PGM_SHW_NONE_IPE    (-1687)
    244249%define VERR_MM_RAM_CONFLICT    (-1700)
    245250%define VERR_MM_HYPER_NO_MEMORY    (-1701)
     
    262267%define VERR_CPUM_INVALID_XCR0    (-1765)
    263268%define VINF_CPUM_HOST_CR0_MODIFIED    (1766)
     269%define VERR_CPUM_INVALID_HWVIRT_CONFIG    (-1767)
     270%define VERR_CPUM_INVALID_HWVIRT_FEAT_COMBO    (-1768)
    264271%define VERR_SSM_UNIT_EXISTS    (-1800)
    265272%define VERR_SSM_UNIT_NOT_FOUND    (-1801)
     
    470477%define VERR_VMM_WRONG_HM_VMCPU_STATE    (-2716)
    471478%define VERR_VMM_SMAP_BUT_AC_CLEAR    (-2717)
     479%define VERR_VMM_WRONG_NEM_VMCPU_STATE    (-2718)
    472480%define VERR_PDM_NO_SUCH_LUN    (-2800)
    473481%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES    (-2801)
     
    719727%define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_1    (-3748)
    720728%define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_2    (-3749)
     729%define VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT    (-7000)
    721730%define VERR_SUPLIB_PATH_NOT_ABSOLUTE    (-3750)
    722731%define VERR_SUPLIB_PATH_NOT_CLEAN    (-3751)
     
    791800%define VERR_VMX_UNABLE_TO_START_VM    (-4005)
    792801%define VERR_VMX_INVALID_HOST_STATE    (-4006)
    793 %define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR    (-4007)
    794 %define VERR_VMX_UNSUPPORTED_MODE    (-4008)
    795802%define VERR_VMX_NO_VMX    (-4009)
     803%define VERR_VMX_NOT_SUPPORTED    (-4010)
    796804%define VERR_VMX_IN_VMX_ROOT_MODE    (-4011)
    797805%define VERR_VMX_X86_CR4_VMXE_CLEARED    (-4012)
     
    812820%define VERR_VMX_MSR_ALL_VMX_DISABLED    (-4028)
    813821%define VERR_VMX_MSR_VMX_DISABLED    (-4029)
    814 %define VERR_VMX_ENTRY_CTLS_CACHE_INVALID    (-4030)
    815 %define VERR_VMX_EXIT_CTLS_CACHE_INVALID    (-4031)
    816 %define VERR_VMX_PIN_EXEC_CTLS_CACHE_INVALID    (-4032)
    817 %define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID    (-4033)
    818 %define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID    (-4034)
    819 %define VERR_VMX_MSR_VMX_ENABLE_FAILED    (-4035)
    820 %define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED    (-4036)
     822%define VERR_VMX_VMCS_FIELD_CACHE_INVALID    (-4030)
     823%define VERR_VMX_MSR_VMX_ENABLE_FAILED    (-4031)
     824%define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED    (-4032)
     825%define VINF_VMX_VMEXIT    4033
     826%define VERR_VMX_VMENTRY_FAILED    (-4033)
     827%define VERR_VMX_VMEXIT_FAILED    (-4034)
     828%define VINF_VMX_INTERCEPT_NOT_ACTIVE    4035
     829%define VINF_VMX_MODIFIES_BEHAVIOR    4036
    821830%define VERR_SVM_UNABLE_TO_START_VM    (-4050)
    822831%define VERR_SVM_ILLEGAL_EFER_MSR    (-4051)
     
    838847%define VINF_SVM_VMEXIT    4067
    839848%define VINF_SVM_VMRUN    4068
     849%define VINF_SVM_INTERCEPT_NOT_ACTIVE    4069
    840850%define VERR_HM_UNKNOWN_CPU    (-4100)
    841851%define VERR_HM_NO_CPUID    (-4101)
     
    856866%define VERR_HM_INVALID_HM64ON32OP    (-4116)
    857867%define VINF_HM_DOUBLE_FAULT    4117
    858 %define VINF_HM_INTERCEPT_NOT_ACTIVE    4118
     868%define VINF_HM_PENDING_XCPT    4118
    859869%define VERR_DIS_INVALID_OPCODE    (-4200)
    860870%define VERR_DIS_GEN_FAILURE    (-4201)
     
    10391049%define VWRN_GSTCTL_OBJECTSTATE_CHANGED    6220
    10401050%define VERR_GSTCTL_PROCESS_WRONG_STATE    (-6221)
    1041 %define VWRN_GSTCTL_PROCESS_EXIT_CODE    6221
     1051%define VERR_GSTCTL_MAX_OBJECTS_REACHED    (-6222)
     1052%define VERR_GSTCTL_PROCESS_EXIT_CODE    (-6223)
    10421053%define VERR_GIM_NOT_ENABLED    (-6300)
    10431054%define VERR_GIM_IPE_1    (-6301)
     
    10631074%define VERR_GSTDND_GUEST_ERROR    (-6500)
    10641075%define VERR_AUDIO_BACKEND_INIT_FAILED    (-6600)
    1065 %define VERR_AUDIO_NO_FREE_INPUT_STREAMS    (-6601)
    1066 %define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS    (-6602)
    1067 %define VERR_AUDIO_STREAM_PENDING_DISABLE    (-6603)
    1068 %define VINF_AUDIO_MORE_DATA_AVAILABLE    (6604)
     1076%define VERR_AUDIO_BACKEND_NOT_ATTACHED    (-6601)
     1077%define VERR_AUDIO_NO_FREE_INPUT_STREAMS    (-6602)
     1078%define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS    (-6603)
     1079%define VERR_AUDIO_STREAM_PENDING_DISABLE    (-6604)
     1080%define VINF_AUDIO_MORE_DATA_AVAILABLE    (6605)
     1081%define VERR_AUDIO_STREAM_NOT_READY    (-6605)
     1082%define VERR_AUDIO_STREAM_COULD_NOT_CREATE    (-6606)
    10691083%define VERR_APIC_INTR_NOT_PENDING    (-6700)
    10701084%define VERR_APIC_INTR_MASKED_BY_TPR    (-6701)
    10711085%define VERR_APIC_INTR_DISCARDED    (-6702)
     1086%define VERR_NEM_NOT_ENABLED    (-6800)
     1087%define VERR_NEM_NOT_AVAILABLE    (-6801)
     1088%define VERR_NEM_INIT_FAILED    (-6802)
     1089%define VERR_NEM_MISSING_KERNEL_API    (-6803)
     1090%define VERR_NEM_RING3_ONLY    (-6804)
     1091%define VERR_NEM_VM_CREATE_FAILED    (-6805)
     1092%define VERR_NEM_MAP_PAGES_FAILED    (-6806)
     1093%define VERR_NEM_UNMAP_PAGES_FAILED    (-6807)
     1094%define VERR_NEM_GET_REGISTERS_FAILED    (-6808)
     1095%define VERR_NEM_SET_REGISTERS_FAILED    (-6809)
     1096%define VERR_NEM_FLUSH_TLB    (-6810)
     1097%define VINF_NEM_FLUSH_TLB    (6810)
     1098%define VERR_NEM_SET_TSC    (-6811)
     1099%define VERR_NEM_IPE_0    (-6890)
     1100%define VERR_NEM_IPE_1    (-6891)
     1101%define VERR_NEM_IPE_2    (-6892)
     1102%define VERR_NEM_IPE_3    (-6893)
     1103%define VERR_NEM_IPE_4    (-6894)
     1104%define VERR_NEM_IPE_5    (-6895)
     1105%define VERR_NEM_IPE_6    (-6896)
     1106%define VERR_NEM_IPE_7    (-6897)
     1107%define VERR_NEM_IPE_8    (-6898)
     1108%define VERR_NEM_IPE_9    (-6899)
     1109%define VERR_RECORDING_CODEC_NOT_FOUND    (-6900)
     1110%define VERR_RECORDING_CODEC_INIT_FAILED    (-6902)
     1111%define VERR_RECORDING_CODEC_NOT_SUPPORTED    (-6903)
     1112%define VERR_RECORDING_FORMAT_NOT_SUPPORTED    (-6904)
     1113%define VERR_RECORDING_RESTRICTED    (-6905)
     1114%define VINF_RECORDING_LIMIT_REACHED    (6906)
     1115%define VERR_RECORDING_LIMIT_REACHED    (-6906)
     1116%define VINF_RECORDING_THROTTLED    (6907)
     1117%define VERR_RECORDING_THROTTLED    (-6907)
    10721118%include "iprt/err.mac"
Note: See TracChangeset for help on using the changeset viewer.

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