VirtualBox

Changeset 59388 in vbox


Ignore:
Timestamp:
Jan 18, 2016 6:16:24 PM (9 years ago)
Author:
vboxsync
Message:

kmk incs

Location:
trunk/include
Files:
3 edited

Legend:

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

    r59073 r59388  
    7474%define VERR_EM_CANNOT_EXEC_GUEST    (-1156)
    7575%define VINF_EM_RAW_INJECT_TRPM_EVENT    1157
     76%define VERR_EM_GUEST_CPU_HANG    (-1158)
    7677%define VERR_DBGF_NOT_ATTACHED    (-1200)
    7778%define VERR_DBGF_ALREADY_ATTACHED    (-1201)
     
    436437%define VERR_VMM_SWITCHER_STUB    (-2715)
    437438%define VERR_VMM_WRONG_HM_VMCPU_STATE    (-2716)
     439%define VERR_VMM_SMAP_BUT_AC_CLEAR    (-2717)
    438440%define VERR_PDM_NO_SUCH_LUN    (-2800)
    439441%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES    (-2801)
     
    530532%define VERR_PDM_NOT_PCI_BUS_MASTER    (-2891)
    531533%define VERR_PDM_HM_IPE    (-2892)
     534%define VERR_PDM_MEDIAEX_IOREQ_CANCELED    (-2893)
     535%define VERR_PDM_MEDIAEX_IOBUF_OVERFLOW    (-2894)
     536%define VERR_PDM_MEDIAEX_IOBUF_UNDERRUN    (-2895)
     537%define VERR_PDM_MEDIAEX_IOREQID_CONFLICT    (-2896)
     538%define VERR_PDM_MEDIAEX_IOREQID_NOT_FOUND    (-2897)
     539%define VINF_PDM_MEDIAEX_IOREQ_IN_PROGRESS    2898
     540%define VERR_PDM_MEDIAEX_IOREQ_INVALID_STATE    (-2899)
    532541%define VERR_HGCM_SERVICE_NOT_FOUND    (-2900)
    533542%define VINF_HGCM_CLIENT_REJECTED    2901
     
    597606%define VERR_VD_DMG_XML_PARSE_ERROR    (-3284)
    598607%define VERR_VD_DMG_NOT_FOUND_INSIDE_XAR    (-3285)
     608%define VERR_VD_RAW_SIZE_MODULO_512    (-3286)
     609%define VERR_VD_RAW_SIZE_MODULO_2048    (-3287)
     610%define VERR_VD_RAW_SIZE_OPTICAL_TOO_SMALL    (-3288)
     611%define VERR_VD_RAW_SIZE_FLOPPY_TOO_BIG    (-3289)
    599612%define VERR_VBGL_NOT_INITIALIZED    (-3300)
    600613%define VERR_VBGL_INVALID_ADDR    (-3301)
     
    671684%define VWRN_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED    3746
    672685%define VERR_SUPDRV_TSC_DELTA_MEASUREMENT_BUSY    (-3747)
     686%define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_1    (-3748)
     687%define VERR_SUPDRV_NOT_BUDDING_VM_PROCESS_2    (-3749)
    673688%define VERR_SUPLIB_PATH_NOT_ABSOLUTE    (-3750)
    674689%define VERR_SUPLIB_PATH_NOT_CLEAN    (-3751)
     
    759774%define VERR_VMX_IPE_4    (-4026)
    760775%define VERR_VMX_IPE_5    (-4027)
    761 %define VERR_VMX_MSR_ALL_VMXON_DISABLED    (-4028)
    762 %define VERR_VMX_MSR_VMXON_DISABLED    (-4029)
     776%define VERR_VMX_MSR_ALL_VMX_DISABLED    (-4028)
     777%define VERR_VMX_MSR_VMX_DISABLED    (-4029)
    763778%define VERR_VMX_ENTRY_CTLS_CACHE_INVALID    (-4030)
    764779%define VERR_VMX_EXIT_CTLS_CACHE_INVALID    (-4031)
     
    766781%define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID    (-4033)
    767782%define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID    (-4034)
     783%define VERR_VMX_MSR_VMX_ENABLE_FAILED    (-4035)
     784%define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED    (-4036)
    768785%define VERR_SVM_UNABLE_TO_START_VM    (-4050)
    769786%define VERR_SVM_ILLEGAL_EFER_MSR    (-4051)
     
    9911008%define VERR_GIM_DEVICE_NOT_REGISTERED    (-6310)
    9921009%define VERR_GIM_HYPERCALL_ACCESS_DENIED    (-6311)
     1010%define VERR_GIM_HYPERCALL_MEMORY_READ_FAILED    (-6312)
     1011%define VERR_GIM_HYPERCALL_MEMORY_WRITE_FAILED    (-6313)
     1012%define VERR_GIM_HYPERCALL_FAILED    (-6314)
     1013%define VERR_GIM_NO_DEBUG_CONNECTION    (-6315)
     1014%define VINF_GIM_R3_HYPERCALL    6316
    9931015%define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR    (-6400)
    9941016%define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE    (-6401)
    9951017%define VERR_GSTDND_GUEST_ERROR    (-6500)
     1018%define VERR_AUDIO_BACKEND_INIT_FAILED    (-6600)
    9961019%include "iprt/err.mac"
  • trunk/include/iprt/err.mac

    r56637 r59388  
    131131%define VERR_MISMATCH    (-22408)
    132132%define VERR_WRONG_TYPE    (-22409)
     133%define VERR_PRIVILEGE_NOT_HELD    (-22410)
     134%define VERR_PROC_TCB_PRIV_NOT_HELD    (-22411)
     135%define VERR_PROC_APT_PRIV_NOT_HELD    (-22412)
     136%define VERR_PROC_IQ_PRIV_NOT_HELD    (-22413)
    133137%define VERR_FILE_IO_ERROR    (-100)
    134138%define VERR_OPEN_FAILED    (-101)
     
    437441%define VERR_HTTP_ABORTED    (-893)
    438442%define VERR_HTTP_REDIRECTED    (-894)
     443%define VERR_HTTP_PROXY_NOT_FOUND    (-895)
     444%define VERR_HTTP_HOST_NOT_FOUND    (-896)
     445%define VERR_HTTP_CURL_PROXY_CONFIG    (-897)
     446%define VERR_HTTP_CURL_ERROR    (-899)
    439447%define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE    (-900)
    440448%define VERR_MANIFEST_WRONG_FILE_FORMAT    (-901)
     
    762770%define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR    (-24200)
    763771%define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR    (-24201)
     772%define VERR_PATH_MATCH_UNKNOWN_VARIABLE    (-24400)
     773%define VERR_PATH_MATCH_VARIABLE_MUST_BE_FIRST    (-24401)
     774%define VERR_PATH_MATCH_FEATURE_NOT_IMPLEMENTED    (-24402)
     775%define VERR_PATH_GLOB_UNKNOWN_CHAR_CLASS    (-24403)
     776%define VERR_URI_EMPTY    (-24600)
     777%define VERR_URI_TOO_SHORT    (-24601)
     778%define VERR_URI_INVALID_SCHEME    (-24602)
     779%define VERR_URI_INVALID_PORT_NUMBER    (-24603)
     780%define VERR_URI_INVALID_ESCAPE_SEQ    (-24604)
     781%define VERR_URI_ESCAPED_ZERO    (-24605)
     782%define VERR_URI_ESCAPED_CHARS_NOT_VALID_UTF8    (-24606)
     783%define VERR_URI_INVALID_ESCAPED_UTF8_LEAD_BYTE    (-24607)
     784%define VERR_URI_INVALID_ESCAPED_UTF8_CONTINUATION_BYTE    (-24608)
     785%define VERR_URI_MISSING_UTF8_CONTINUATION_BYTE    (-24609)
     786%define VERR_URI_NOT_FILE_SCHEME    (-24610)
  • trunk/include/iprt/x86.mac

    r56637 r59388  
    334334%define MSR_IA32_BIOS_UPDT_TRIG             0x79
    335335%define MSR_IA32_BIOS_SIGN_ID               0x8B
     336%define MSR_IA32_SMM_MONITOR_CTL            0x9B
    336337%define MSR_IA32_PMC0                       0xC1
    337338%define MSR_IA32_PMC1                       0xC2
     
    525526%define X86_PTE_LM_MBZ_MASK_NX              0x0000000000000000
    526527%define X86_PTE_LM_MBZ_MASK_NO_NX           0x8000000000000000
     528%ifndef VBOX_FOR_DTRACE_LIB
     529%endif
     530%ifndef VBOX_FOR_DTRACE_LIB
     531%endif
     532%ifndef VBOX_FOR_DTRACE_LIB
     533%endif
     534%ifndef VBOX_FOR_DTRACE_LIB
     535%endif
     536%ifndef VBOX_FOR_DTRACE_LIB
     537%endif
    527538%define X86_PT_SHIFT                        12
    528539%define X86_PT_MASK                         0x3ff
     540%ifndef VBOX_FOR_DTRACE_LIB
     541%endif
    529542%define X86_PT_PAE_SHIFT                    12
    530543%define X86_PT_PAE_MASK                     0x1ff
     
    544557%define X86_PDE_LM_MBZ_MASK_NX              0x0000000000000080
    545558%define X86_PDE_LM_MBZ_MASK_NO_NX           0x8000000000000080
     559%ifndef VBOX_FOR_DTRACE_LIB
     560%endif
     561%ifndef VBOX_FOR_DTRACE_LIB
     562%endif
    546563%define X86_PDE4M_P                         RT_BIT(0)
    547564%define X86_PDE4M_RW                        RT_BIT(1)
     
    566583%define X86_PDE2M_LM_MBZ_MASK_NX            0x00000000001fe000
    567584%define X86_PDE2M_LM_MBZ_MASK_NO_NX         0x80000000001fe000
     585%ifndef VBOX_FOR_DTRACE_LIB
     586%endif
     587%ifndef VBOX_FOR_DTRACE_LIB
     588%endif
     589%ifndef VBOX_FOR_DTRACE_LIB
     590%endif
     591%ifndef VBOX_FOR_DTRACE_LIB
     592%endif
     593%ifndef VBOX_FOR_DTRACE_LIB
     594%endif
    568595%define X86_PD_SHIFT                        22
    569596%define X86_PD_MASK                         0x3ff
     597%ifndef VBOX_FOR_DTRACE_LIB
     598%endif
    570599%define X86_PD_PAE_SHIFT                    21
    571600%define X86_PD_PAE_MASK                     0x1ff
     
    585614%define X86_PDPE1G_LM_MBZ_MASK_NX           0x000000003fffe000
    586615%define X86_PDPE1G_LM_MBZ_MASK_NO_NX        0x800000003fffe000
     616%ifndef VBOX_FOR_DTRACE_LIB
     617%endif
     618%ifndef VBOX_FOR_DTRACE_LIB
     619%endif
     620%ifndef VBOX_FOR_DTRACE_LIB
     621%endif
     622%ifndef VBOX_FOR_DTRACE_LIB
     623%endif
    587624%define X86_PDPT_SHIFT             30
    588625%define X86_PDPT_MASK_PAE          0x3
     
    599636%define X86_PML4E_MBZ_MASK_NO_NX            0x8000000000000080
    600637%define X86_PML4E_NX                        RT_BIT_64(63)
     638%ifndef VBOX_FOR_DTRACE_LIB
     639%endif
     640%ifndef VBOX_FOR_DTRACE_LIB
     641%endif
     642%ifndef VBOX_FOR_DTRACE_LIB
     643%endif
    601644%define X86_PML4_SHIFT              39
    602645%define X86_PML4_MASK               0x1ff
     
    821864%ifndef VBOX_FOR_DTRACE_LIB
    822865%endif
     866%ifndef VBOX_FOR_DTRACE_LIB
     867%endif
    823868%define X86_SEL_SHIFT           3
    824869%define X86_SEL_MASK            0xfff8
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