VirtualBox

Changeset 42191 in vbox for trunk/src


Ignore:
Timestamp:
Jul 17, 2012 2:08:35 PM (12 years ago)
Author:
vboxsync
Message:

CPUM: CPUMCPUVENDOR_VIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r42032 r42191  
    541541        return CPUMCPUVENDOR_INTEL;
    542542
     543    if (    uEAX >= 1
     544        &&  uEBX == X86_CPUID_VENDOR_VIA_EBX
     545        &&  uECX == X86_CPUID_VENDOR_VIA_ECX
     546        &&  uEDX == X86_CPUID_VENDOR_VIA_EDX)
     547        return CPUMCPUVENDOR_VIA;
     548
    543549    /** @todo detect the other buggers... */
    544550    return CPUMCPUVENDOR_UNKNOWN;
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