VirtualBox

Ignore:
Timestamp:
Aug 24, 2021 10:26:07 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146464
Message:

IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM ring-0 uses it. bugref:10086

Location:
trunk/src/VBox/Additions/common/VBoxGuest/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r89957 r90829  
    7373        r0drv/generic/semspinmutex-r0drv-generic.o \
    7474        common/alloc/alloc.o \
     75        common/checksum/crc32.o \
    7576        common/err/RTErrConvertFromErrno.o \
    7677        common/err/RTErrConvertToErrno.o \
     
    107108        common/string/strformattype.o \
    108109        common/string/strprintf.o \
     110        common/string/strprintf2.o \
    109111        common/string/strtonum.o \
    110112        common/string/utf-8.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/combined-agnostic.c

    r83918 r90829  
    5353#undef LOG_GROUP
    5454#include "common/alloc/alloc.c"
     55#undef LOG_GROUP
     56#include "common/checksum/crc32.c"
    5557#undef LOG_GROUP
    5658#include "common/err/errinfo.c"
     
    116118#include "common/string/strprintf.c"
    117119#undef LOG_GROUP
     120#include "common/string/strprintf2.c"
     121#undef LOG_GROUP
    118122#include "common/string/strtonum.c"
    119123#undef LOG_GROUP
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r89957 r90829  
    3838    ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
    3939    ${PATH_ROOT}/include/iprt/cpuset.h=>include/iprt/cpuset.h \
     40    ${PATH_ROOT}/include/iprt/crc.h=>include/iprt/crc.h \
    4041    ${PATH_ROOT}/include/iprt/ctype.h=>include/iprt/ctype.h \
    4142    ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
     
    113114    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \
    114115    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \
     116    ${PATH_ROOT}/src/VBox/Runtime/common/checksum/crc32.cpp=>common/checksum/crc32.c \
    115117    ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \
    116118    ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \
     
    155157    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformattype.cpp=>common/string/strformattype.c \
    156158    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \
     159    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf2.cpp=>common/string/strprintf2.c \
    157160    ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
    158161    ${PATH_ROOT}/src/VBox/Runtime/common/string/utf-8.cpp=>common/string/utf-8.c \
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