VirtualBox

Changeset 61310 in vbox


Ignore:
Timestamp:
May 30, 2016 4:36:15 PM (8 years ago)
Author:
vboxsync
Message:

queryCpuMicroarch: Added the VIA bits.

File:
1 edited

Legend:

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

    r61309 r61310  
    377377                if uMod == 0x08: return 'VIA_C3_C5N';
    378378                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';
     379                if uMod == 0x0a: return 'VIA_C7_C5J';
     380                if uMod == 0x0f: return 'VIA_Isaiah';
    381381        return None;
    382382
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