VirtualBox

Changeset 68938 in vbox for trunk/include/VBox/settings.h


Ignore:
Timestamp:
Sep 29, 2017 4:13:26 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118205
Message:

Main,VBoxManage: Changed the CPUID override methods on IMachine to take sub-leaves into account. Currently we do not support non-zero sub-leaves due to VMM, but that can be fixed later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r68485 r68938  
    694694    bool operator==(const CpuIdLeaf &c) const;
    695695
    696     uint32_t                ulId;
    697     uint32_t                ulEax;
    698     uint32_t                ulEbx;
    699     uint32_t                ulEcx;
    700     uint32_t                ulEdx;
     696    uint32_t                idx;
     697    uint32_t                idxSub;
     698    uint32_t                uEax;
     699    uint32_t                uEbx;
     700    uint32_t                uEcx;
     701    uint32_t                uEdx;
    701702};
    702703
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