Changeset 55254 in vbox for trunk/include/VBox
- Timestamp:
- Apr 14, 2015 3:00:49 PM (10 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/apic.h
r54496 r55254 45 45 #define APIC_REG_EILVT1 0x0510 46 46 #define APIC_REG_EILVT2 0x0520 47 #define APIC_REG_E LLVT3 0x053047 #define APIC_REG_EILVT3 0x0530 48 48 #define APIC_REG_LVT_MODE_MASK (RT_BIT(8) | RT_BIT(9) | RT_BIT(10)) 49 49 #define APIC_REG_LVT_MODE_FIXED 0 -
trunk/include/VBox/err.mac
r53767 r55254 124 124 %define VINF_PATCH_CONTINUE (1430) 125 125 %define VERR_PATM_HM_IPE (-1431) 126 %define VERR_PATM_IPE_TRAP_IN_PATCH_CODE (-1432) 126 127 %define VWRN_CSAM_TRAP_NOT_HANDLED 1500 127 128 %define VWRN_CSAM_INSTRUCTION_PATCHED 1501 … … 225 226 %define VINF_CPUM_R3_MSR_READ (1758) 226 227 %define VINF_CPUM_R3_MSR_WRITE (1759) 228 %define VERR_TOO_MANY_CPUID_LEAVES (1760) 229 %define VERR_CPUM_INVALID_CONFIG_VALUE (1761) 227 230 %define VERR_SSM_UNIT_EXISTS (-1800) 228 231 %define VERR_SSM_UNIT_NOT_FOUND (-1801) … … 555 558 %define VERR_VD_UNKNOWN_INTERFACE (-3213) 556 559 %define VERR_VD_DEK_MISSING (-3214) 560 %define VERR_VD_PASSWORD_INCORRECT (-3215) 557 561 %define VERR_VD_GEN_INVALID_HEADER (-3220) 558 562 %define VERR_VD_VDI_INVALID_HEADER (-3230) … … 609 613 %define VERR_INTNET_INCOMPATIBLE_FLAGS (-3604) 610 614 %define VERR_INTNET_FLT_VNIC_CREATE_FAILED (-3605) 615 %define VERR_INTNET_FLT_VNIC_LINK_ID_NOT_FOUND (-3606) 616 %define VERR_INTNET_FLT_VNIC_INIT_FAILED (-3607) 617 %define VERR_INTNET_FLT_VNIC_OPEN_FAILED (-3608) 618 %define VERR_INTNET_FLT_LOWER_LINK_INFO_NOT_FOUND (-3609) 619 %define VERR_INTNET_FLT_LOWER_LINK_OPEN_FAILED (-3610) 620 %define VERR_INTNET_FLT_LOWER_LINK_ID_NOT_FOUND (-3611) 611 621 %define VERR_SUPDRV_COMPONENT_NOT_FOUND (-3700) 612 622 %define VERR_SUPDRV_INTERFACE_NOT_SUPPORTED (-3701) … … 655 665 %define VERR_SUPDRV_TSC_FREQ_MEASUREMENT_FAILED (-3744) 656 666 %define VERR_SUPDRV_TSC_READ_FAILED (-3745) 667 %define VWRN_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED 3746 668 %define VERR_SUPDRV_TSC_DELTA_MEASUREMENT_BUSY (-3747) 657 669 %define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750) 658 670 %define VERR_SUPLIB_PATH_NOT_CLEAN (-3751) … … 963 975 %define VERR_GIM_HYPERCALLS_NOT_ENABLED (-6309) 964 976 %define VERR_GIM_DEVICE_NOT_REGISTERED (-6310) 965 %define VERR_GIM_ INVALID_GUESTOS_ID (-6311)977 %define VERR_GIM_HYPERCALL_ACCESS_DENIED (-6311) 966 978 %define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR (-6400) 967 979 %define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE (-6401)
Note:
See TracChangeset
for help on using the changeset viewer.