VirtualBox

Changeset 43808 in vbox for trunk


Ignore:
Timestamp:
Nov 6, 2012 8:45:04 AM (12 years ago)
Author:
vboxsync
Message:

Main: added the OS type to the release log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r43806 r43808  
    770770    Bstr osTypeId;
    771771    hrc = pMachine->COMGETTER(OSTypeId)(osTypeId.asOutParam());                             H();
     772    LogRel(("OS type: '%s'\n", Utf8Str(osTypeId).c_str()));
    772773
    773774    BOOL fIOAPIC;
     
    941942                &&  fIOAPIC
    942943                &&  (   osTypeId == "WindowsNT4"
    943                     || osTypeId == "Windows2000"
    944                     || osTypeId == "WindowsXP"
    945                     || osTypeId == "Windows2003"))
     944                     || osTypeId == "Windows2000"
     945                     || osTypeId == "WindowsXP"
     946                     || osTypeId == "Windows2003"))
    946947            {
    947948                /* Only allow TPR patching for NT, Win2k, XP and Windows Server 2003. (32 bits mode)
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