VirtualBox

Changeset 66148 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 16, 2017 10:23:37 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114054
Message:

kmk -f Maintenance.kmk incs

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r62174 r66148  
    180180%define VERR_PGM_INVALID_LARGE_PAGE_RANGE    (-1645)
    181181%define VERR_PGM_PHYS_PAGE_BALLOONED    (-1646)
     182%define VERR_PGM_HANDLER_IPE_1    (-1647)
    182183%define VERR_PGM_MAP_MMIO2_ALIAS_MMIO    (-1651)
    183184%define VERR_PGM_MAPPINGS_DISABLED    (-1652)
     
    214215%define VERR_PGM_TOO_MANY_MMIO2_RANGES    (-1683)
    215216%define VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE    (-1684)
     217%define VERR_PGM_PHYS_MMIO_EX_IPE    (-1685)
    216218%define VERR_MM_RAM_CONFLICT    (-1700)
    217219%define VERR_MM_HYPER_NO_MEMORY    (-1701)
     
    628630%define VERR_VGA_INVALID_CUSTOM_MODE    (-3500)
    629631%define VINF_VGA_RESIZE_IN_PROGRESS    (3501)
     632%define VERR_VGA_UNEXPECTED_PCI_REGION_LOAD_CHANGE    (-3502)
    630633%define VERR_INTNET_FLT_IF_NOT_FOUND    (-3600)
    631634%define VERR_INTNET_FLT_IF_BUSY    (-3601)
     
    10281031%define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS    (-6602)
    10291032%define VERR_AUDIO_STREAM_PENDING_DISABLE    (-6603)
     1033%define VINF_AUDIO_MORE_DATA_AVAILABLE    (6604)
    10301034%define VERR_APIC_INTR_NOT_PENDING    (-6700)
    10311035%define VERR_APIC_INTR_MASKED_BY_TPR    (-6701)
  • trunk/include/VBox/param.mac

    r39310 r66148  
    11%ifndef ___VBox_param_h
    22%define ___VBox_param_h
    3 %define VBOX_MAX_ALLOC_PAGE_COUNT   (256U * _1M / PAGE_SIZE)
     3%if ARCH_BITS == 64
     4 %define VBOX_MAX_ALLOC_PAGE_COUNT   (_512M / PAGE_SIZE)
     5%else
     6 %define VBOX_MAX_ALLOC_PAGE_COUNT   (_256M / PAGE_SIZE)
     7%endif
    48%define MM_HYPER_AREA_ADDRESS       0xa0000000
    59%define MM_HYPER_AREA_MAX_SIZE      (40U * _1M)
     
    1822%endif
    1923%define MM_RAM_HOLE_SIZE_DEFAULT    (512U * _1M)
     24%if HC_ARCH_BITS == 64
     25 %define MM_MMIO_64_MAX             _1T
     26%else
     27 %define MM_MMIO_64_MAX             (_1G64 * 16)
     28%endif
     29%define MM_MMIO_32_MAX              _2G
    2030%define PGM_HANDY_PAGES             128
    2131%define PGM_HANDY_PAGES_SET_FF      32
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette