VirtualBox

Changeset 72379 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 29, 2018 11:05:23 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver: temporary hack for detecting AMD CPUs better from the marketing name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r72315 r72379  
    30663066        """
    30673067        sCpuDesc = self._getHostCpuDesc(fQuiet);
    3068         return sCpuDesc.startswith("AMD") or sCpuDesc == 'AuthenticAMD';
     3068        return 'AMD' in sCpuDesc or sCpuDesc == 'AuthenticAMD';
    30693069
    30703070    def isHostCpuIntel(self, fQuiet = False):
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