Changeset 59388 in vbox
- Timestamp:
- Jan 18, 2016 6:16:24 PM (9 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
-
VBox/err.mac (modified) (8 diffs)
-
iprt/err.mac (modified) (3 diffs)
-
iprt/x86.mac (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.mac
r59073 r59388 74 74 %define VERR_EM_CANNOT_EXEC_GUEST (-1156) 75 75 %define VINF_EM_RAW_INJECT_TRPM_EVENT 1157 76 %define VERR_EM_GUEST_CPU_HANG (-1158) 76 77 %define VERR_DBGF_NOT_ATTACHED (-1200) 77 78 %define VERR_DBGF_ALREADY_ATTACHED (-1201) … … 436 437 %define VERR_VMM_SWITCHER_STUB (-2715) 437 438 %define VERR_VMM_WRONG_HM_VMCPU_STATE (-2716) 439 %define VERR_VMM_SMAP_BUT_AC_CLEAR (-2717) 438 440 %define VERR_PDM_NO_SUCH_LUN (-2800) 439 441 %define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801) … … 530 532 %define VERR_PDM_NOT_PCI_BUS_MASTER (-2891) 531 533 %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) 532 541 %define VERR_HGCM_SERVICE_NOT_FOUND (-2900) 533 542 %define VINF_HGCM_CLIENT_REJECTED 2901 … … 597 606 %define VERR_VD_DMG_XML_PARSE_ERROR (-3284) 598 607 %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) 599 612 %define VERR_VBGL_NOT_INITIALIZED (-3300) 600 613 %define VERR_VBGL_INVALID_ADDR (-3301) … … 671 684 %define VWRN_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED 3746 672 685 %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) 673 688 %define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750) 674 689 %define VERR_SUPLIB_PATH_NOT_CLEAN (-3751) … … 759 774 %define VERR_VMX_IPE_4 (-4026) 760 775 %define VERR_VMX_IPE_5 (-4027) 761 %define VERR_VMX_MSR_ALL_VMX ON_DISABLED (-4028)762 %define VERR_VMX_MSR_VMX ON_DISABLED (-4029)776 %define VERR_VMX_MSR_ALL_VMX_DISABLED (-4028) 777 %define VERR_VMX_MSR_VMX_DISABLED (-4029) 763 778 %define VERR_VMX_ENTRY_CTLS_CACHE_INVALID (-4030) 764 779 %define VERR_VMX_EXIT_CTLS_CACHE_INVALID (-4031) … … 766 781 %define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID (-4033) 767 782 %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) 768 785 %define VERR_SVM_UNABLE_TO_START_VM (-4050) 769 786 %define VERR_SVM_ILLEGAL_EFER_MSR (-4051) … … 991 1008 %define VERR_GIM_DEVICE_NOT_REGISTERED (-6310) 992 1009 %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 993 1015 %define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR (-6400) 994 1016 %define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE (-6401) 995 1017 %define VERR_GSTDND_GUEST_ERROR (-6500) 1018 %define VERR_AUDIO_BACKEND_INIT_FAILED (-6600) 996 1019 %include "iprt/err.mac" -
trunk/include/iprt/err.mac
r56637 r59388 131 131 %define VERR_MISMATCH (-22408) 132 132 %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) 133 137 %define VERR_FILE_IO_ERROR (-100) 134 138 %define VERR_OPEN_FAILED (-101) … … 437 441 %define VERR_HTTP_ABORTED (-893) 438 442 %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) 439 447 %define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE (-900) 440 448 %define VERR_MANIFEST_WRONG_FILE_FORMAT (-901) … … 762 770 %define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR (-24200) 763 771 %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 334 334 %define MSR_IA32_BIOS_UPDT_TRIG 0x79 335 335 %define MSR_IA32_BIOS_SIGN_ID 0x8B 336 %define MSR_IA32_SMM_MONITOR_CTL 0x9B 336 337 %define MSR_IA32_PMC0 0xC1 337 338 %define MSR_IA32_PMC1 0xC2 … … 525 526 %define X86_PTE_LM_MBZ_MASK_NX 0x0000000000000000 526 527 %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 527 538 %define X86_PT_SHIFT 12 528 539 %define X86_PT_MASK 0x3ff 540 %ifndef VBOX_FOR_DTRACE_LIB 541 %endif 529 542 %define X86_PT_PAE_SHIFT 12 530 543 %define X86_PT_PAE_MASK 0x1ff … … 544 557 %define X86_PDE_LM_MBZ_MASK_NX 0x0000000000000080 545 558 %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 546 563 %define X86_PDE4M_P RT_BIT(0) 547 564 %define X86_PDE4M_RW RT_BIT(1) … … 566 583 %define X86_PDE2M_LM_MBZ_MASK_NX 0x00000000001fe000 567 584 %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 568 595 %define X86_PD_SHIFT 22 569 596 %define X86_PD_MASK 0x3ff 597 %ifndef VBOX_FOR_DTRACE_LIB 598 %endif 570 599 %define X86_PD_PAE_SHIFT 21 571 600 %define X86_PD_PAE_MASK 0x1ff … … 585 614 %define X86_PDPE1G_LM_MBZ_MASK_NX 0x000000003fffe000 586 615 %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 587 624 %define X86_PDPT_SHIFT 30 588 625 %define X86_PDPT_MASK_PAE 0x3 … … 599 636 %define X86_PML4E_MBZ_MASK_NO_NX 0x8000000000000080 600 637 %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 601 644 %define X86_PML4_SHIFT 39 602 645 %define X86_PML4_MASK 0x1ff … … 821 864 %ifndef VBOX_FOR_DTRACE_LIB 822 865 %endif 866 %ifndef VBOX_FOR_DTRACE_LIB 867 %endif 823 868 %define X86_SEL_SHIFT 3 824 869 %define X86_SEL_MASK 0xfff8
Note:
See TracChangeset
for help on using the changeset viewer.

