VirtualBox

Changeset 64151 in vbox for trunk/src


Ignore:
Timestamp:
Oct 5, 2016 9:29:17 AM (8 years ago)
Author:
vboxsync
Message:

bugref:8614: Additions/common/VBoxVideo: make the code more self-contained: the common library code shared by the various video drivers (mainly for hardware access) contained one file from the VirtualBox run-time library, for managing heaps. This is no longer even needed, as the library now has its own heap management code, so remove it.

Location:
trunk/src/VBox/Additions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/Makefile.module.kms

    r61081 r64151  
    3131ifeq ($(filter 1.% 2.% 3.0.% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% \
    32323.8.% 3.9.% 3.10.%,$(MY_KERNELRELEASE)),)
    33 MOD_OBJS   = HGSMIBase.o HGSMICommon.o HGSMIMemAlloc.o heapoffset.o \
     33MOD_OBJS   = HGSMIBase.o HGSMICommon.o HGSMIMemAlloc.o \
    3434             Modesetting.o vbox_drv.o vbox_fb.o vbox_irq.o vbox_main.o \
    3535             vbox_mode.o vbox_ttm.o VBVABase.o
  • trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv

    r60584 r64151  
    6969    ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \
    7070    ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp=>HGSMIMemAlloc.c \
    71     ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapoffset.cpp=>heapoffset.c \
    7271    ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \
    7372    ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
  • trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk

    r62530 r64151  
    107107        $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp \
    108108        $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp \
    109         $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp \
    110         $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapsimple.cpp \
    111         $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapoffset.cpp
     109        $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp
    112110 # Any global symbols in the driver object files will be added to XFree86's
    113111 # symbol table, which can cause problems if we e.g. define a symbol in two
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