VirtualBox

Changeset 76869 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 17, 2019 5:59:05 PM (6 years ago)
Author:
vboxsync
Message:

kmk incs

Location:
trunk/include/VBox
Files:
5 edited

Legend:

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

    r76558 r76869  
    2525;
    2626
    27 
    2827%ifndef VBOX_INCLUDED_VMMDevTesting_h
    2928%define VBOX_INCLUDED_VMMDevTesting_h
     29%ifndef RT_WITHOUT_PRAGMA_ONCE
     30%endif
    3031%define VMMDEV_TESTING_MMIO_BASE        0x00101000
    3132%define VMMDEV_TESTING_MMIO_SIZE        0x00001000
  • trunk/include/VBox/apic.mac

    r76558 r76869  
    2828%ifndef VBOX_INCLUDED_apic_h
    2929%define VBOX_INCLUDED_apic_h
     30%ifndef RT_WITHOUT_PRAGMA_ONCE
     31%endif
    3032%define APIC_REG_VERSION                        0x0030
    3133%define APIC_REG_VERSION_GET_VER(u32)           (u32 & 0xff)
  • trunk/include/VBox/bios.mac

    r76558 r76869  
    2828%ifndef VBOX_INCLUDED_bios_h
    2929%define VBOX_INCLUDED_bios_h
     30%ifndef RT_WITHOUT_PRAGMA_ONCE
     31%endif
    3032%define VBOX_BIOS_SHUTDOWN_PORT                 0x040f
    3133%define VBOX_BIOS_OLD_SHUTDOWN_PORT             0x8900
  • trunk/include/VBox/err.mac

    r76553 r76869  
    650650%define VERR_VD_RAW_SIZE_OPTICAL_TOO_SMALL    (-3288)
    651651%define VERR_VD_RAW_SIZE_FLOPPY_TOO_BIG    (-3289)
     652%define VERR_VD_SHRINK_NOT_SUPPORTED    (-3290)
    652653%define VERR_VBGL_NOT_INITIALIZED    (-3300)
    653654%define VERR_VBGL_INVALID_ADDR    (-3301)
     
    665666%define VINF_VGA_RESIZE_IN_PROGRESS    (3501)
    666667%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)
    667670%define VERR_INTNET_FLT_IF_NOT_FOUND    (-3600)
    668671%define VERR_INTNET_FLT_IF_BUSY    (-3601)
     
    801804%define VERR_VMX_INVALID_HOST_STATE    (-4006)
    802805%define VERR_VMX_NO_VMX    (-4009)
    803 %define VERR_VMX_NOT_SUPPORTED    (-4010)
    804806%define VERR_VMX_IN_VMX_ROOT_MODE    (-4011)
    805807%define VERR_VMX_X86_CR4_VMXE_CLEARED    (-4012)
     
    848850%define VINF_SVM_VMRUN    4068
    849851%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)
    853853%define VERR_HM_CONFIG_MISMATCH    (-4103)
    854854%define VERR_HM_ALREADY_ENABLED_IPE    (-4104)
  • trunk/include/VBox/param.mac

    r76558 r76869  
    2828%ifndef VBOX_INCLUDED_param_h
    2929%define VBOX_INCLUDED_param_h
     30%ifndef RT_WITHOUT_PRAGMA_ONCE
     31%endif
    3032%if ARCH_BITS == 64
    3133 %define VBOX_MAX_ALLOC_PAGE_COUNT   (_512M / PAGE_SIZE)
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