VirtualBox

Changeset 61308 in vbox


Ignore:
Timestamp:
May 30, 2016 4:29:42 PM (9 years ago)
Author:
vboxsync
Message:

upper case hex fam/mod/step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testbox.py

    r61306 r61308  
    373373        sMarch = self.queryCpuMicroarch();
    374374        if sMarch is not None:
    375             return '%s m%02x s%02x' % (sMarch, self.getCpuModel(), self.getCpuStepping());
    376         return 'fam%02x m%02x s%02x' % (self.getCpuFamily(), self.getCpuModel(), self.getCpuStepping());
     375            return '%s m%02X s%02X' % (sMarch, self.getCpuModel(), self.getCpuStepping());
     376        return 'fam%02X m%02X s%02X' % (self.getCpuFamily(), self.getCpuModel(), self.getCpuStepping());
    377377
    378378    def getArchBitString(self):
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