VirtualBox

Changeset 55210 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2015 2:28:04 PM (10 years ago)
Author:
vboxsync
Message:

Additions/WINNT/Graphics/Video: log the VBox version and also log if we load the XPDM driver

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r54957 r55210  
    3030#include <VBoxDisplay.h> /* this is from Additions/WINNT/include/ to include escape codes */
    3131#include <VBox/Hardware/VBoxVideoVBE.h>
     32#include <VBox/Version.h>
    3233
    3334#include <stdio.h>
     
    74107411
    74117412#ifdef VBOX_WDDM_WIN8
    7412     LOGREL(("VBox WDDM Driver for Windows 8, %d bit; Built %s %s", (sizeof (void*) << 3), __DATE__, __TIME__));
     7413    LOGREL(("VBox WDDM Driver for Windows 8 version %d.%d.%dr%d, %d bit; Built %s %s",
     7414            VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV,
     7415            (sizeof (void*) << 3), __DATE__, __TIME__));
    74137416#else
    7414     LOGREL(("VBox WDDM Driver for Windows Vista and 7, %d bit; Built %s %s", (sizeof (void*) << 3), __DATE__, __TIME__));
     7417    LOGREL(("VBox WDDM Driver for Windows Vista and 7 version %d.%d.%dr%d, %d bit; Built %s %s",
     7418            VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV,
     7419            (sizeof (void*) << 3), __DATE__, __TIME__));
    74157420#endif
    74167421
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp

    r53008 r55210  
    2525#include "VBoxDisplay.h"
    2626#include <iprt/initterm.h>
     27#include <VBox/version.h>
    2728
    2829/* Resource list */
     
    726727    LOGF_ENTER();
    727728
     729    LOGREL(("VBox XPDM Driver for Windows version %d.%d.%dr%d, %d bit; Built %s %s",
     730            VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV,
     731            (sizeof (void*) << 3), __DATE__, __TIME__));
     732
    728733    VIDEO_HW_INITIALIZATION_DATA vhwData;
    729734
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