VirtualBox

Changeset 61309 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 30, 2016 4:35:10 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107601
Message:

queryCpuMicroarch: Added the VIA bits.

File:
1 edited

Legend:

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

    r61308 r61309  
    365365            if uFam == 0x16:
    366366                return 'Jaguar';
     367        elif self.sCpuVendor == 'CentaurHauls':
     368            if uFam == 0x05:
     369                if uMod == 0x01: return 'Centaur_C6';
     370                if uMod == 0x04: return 'Centaur_C6';
     371                if uMod == 0x08: return 'Centaur_C2';
     372                if uMod == 0x09: return 'Centaur_C3';
     373            if uFam == 0x06:
     374                if uMod == 0x05: return 'VIA_C3_M2';
     375                if uMod == 0x06: return 'VIA_C3_C5A';
     376                if uMod == 0x07: return 'VIA_C3_C5B' if self.getCpuStepping() < 8 else 'VIA_C3_C5C';
     377                if uMod == 0x08: return 'VIA_C3_C5N';
     378                if uMod == 0x09: return 'VIA_C3_C5XL' if self.getCpuStepping() < 8 else 'VIA_C3_C5P';
     379                if uMod == 0x10: return 'VIA_C7_C5J';
     380                if uMod == 0x15: return 'VIA_Isaiah';
    367381        return None;
    368382
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette