VirtualBox

Changeset 27820 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 30, 2010 12:37:16 PM (15 years ago)
Author:
vboxsync
Message:

Main/FE/Qt: added TurboLinux64 OS type; reformatted the OS type table; introduced VBOXOSHINT_RTCUTC and set this hint for all Linux guests by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp

    r27792 r27820  
    9999    { QRegExp("((Red)|(rhel)).*64", Qt::CaseInsensitive), "RedHat_64" },
    100100    { QRegExp("(Red)|(rhel)", Qt::CaseInsensitive), "RedHat" },
     101    { QRegExp("Tur.*64", Qt::CaseInsensitive), "Turbolinux_64" },
    101102    { QRegExp("Tur", Qt::CaseInsensitive), "Turbolinux" },
    102103    { QRegExp("Ub.*64", Qt::CaseInsensitive), "Ubuntu_64" },
     
    701702    m_Machine.SetHpetEnabled(type.GetRecommendedHpet());
    702703
     704    // Set UTC flags
     705    m_Machine.SetRTCUseUTC(type.GetRecommendedRtcUseUtc());
     706
    703707    /* Register the VM prior to attaching hard disks */
    704708    vbox.RegisterMachine(m_Machine);
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