Changeset 76869 in vbox for trunk/include/VBox
- Timestamp:
- Jan 17, 2019 5:59:05 PM (6 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.mac
r76558 r76869 25 25 ; 26 26 27 28 27 %ifndef VBOX_INCLUDED_VMMDevTesting_h 29 28 %define VBOX_INCLUDED_VMMDevTesting_h 29 %ifndef RT_WITHOUT_PRAGMA_ONCE 30 %endif 30 31 %define VMMDEV_TESTING_MMIO_BASE 0x00101000 31 32 %define VMMDEV_TESTING_MMIO_SIZE 0x00001000 -
trunk/include/VBox/apic.mac
r76558 r76869 28 28 %ifndef VBOX_INCLUDED_apic_h 29 29 %define VBOX_INCLUDED_apic_h 30 %ifndef RT_WITHOUT_PRAGMA_ONCE 31 %endif 30 32 %define APIC_REG_VERSION 0x0030 31 33 %define APIC_REG_VERSION_GET_VER(u32) (u32 & 0xff) -
trunk/include/VBox/bios.mac
r76558 r76869 28 28 %ifndef VBOX_INCLUDED_bios_h 29 29 %define VBOX_INCLUDED_bios_h 30 %ifndef RT_WITHOUT_PRAGMA_ONCE 31 %endif 30 32 %define VBOX_BIOS_SHUTDOWN_PORT 0x040f 31 33 %define VBOX_BIOS_OLD_SHUTDOWN_PORT 0x8900 -
trunk/include/VBox/err.mac
r76553 r76869 650 650 %define VERR_VD_RAW_SIZE_OPTICAL_TOO_SMALL (-3288) 651 651 %define VERR_VD_RAW_SIZE_FLOPPY_TOO_BIG (-3289) 652 %define VERR_VD_SHRINK_NOT_SUPPORTED (-3290) 652 653 %define VERR_VBGL_NOT_INITIALIZED (-3300) 653 654 %define VERR_VBGL_INVALID_ADDR (-3301) … … 665 666 %define VINF_VGA_RESIZE_IN_PROGRESS (3501) 666 667 %define VERR_VGA_UNEXPECTED_PCI_REGION_LOAD_CHANGE (-3502) 668 %define VERR_VGA_GL_LOAD_FAILURE (-3503) 669 %define VERR_VGA_GL_SYMBOL_NOT_FOUND (-3504) 667 670 %define VERR_INTNET_FLT_IF_NOT_FOUND (-3600) 668 671 %define VERR_INTNET_FLT_IF_BUSY (-3601) … … 801 804 %define VERR_VMX_INVALID_HOST_STATE (-4006) 802 805 %define VERR_VMX_NO_VMX (-4009) 803 %define VERR_VMX_NOT_SUPPORTED (-4010)804 806 %define VERR_VMX_IN_VMX_ROOT_MODE (-4011) 805 807 %define VERR_VMX_X86_CR4_VMXE_CLEARED (-4012) … … 848 850 %define VINF_SVM_VMRUN 4068 849 851 %define VINF_SVM_INTERCEPT_NOT_ACTIVE 4069 850 %define VERR_HM_UNKNOWN_CPU (-4100) 851 %define VERR_HM_NO_CPUID (-4101) 852 %define VERR_HM_SUSPEND_PENDING (-4102) 852 %define VERR_HM_SUSPEND_PENDING (-4100) 853 853 %define VERR_HM_CONFIG_MISMATCH (-4103) 854 854 %define VERR_HM_ALREADY_ENABLED_IPE (-4104) -
trunk/include/VBox/param.mac
r76558 r76869 28 28 %ifndef VBOX_INCLUDED_param_h 29 29 %define VBOX_INCLUDED_param_h 30 %ifndef RT_WITHOUT_PRAGMA_ONCE 31 %endif 30 32 %if ARCH_BITS == 64 31 33 %define VBOX_MAX_ALLOC_PAGE_COUNT (_512M / PAGE_SIZE)
Note:
See TracChangeset
for help on using the changeset viewer.