VirtualBox

Changeset 60410 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 10, 2016 3:42:46 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106496
Message:

IMachine: Added CPUProfile attribute (read/write string). Added a modifyvm option for setting it. Show non-default values in showvminfo, but always show it starting with 6.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r58437 r60410  
    290290        ULONG               mCpuExecutionCap;
    291291        uint32_t            mCpuIdPortabilityLevel;
     292        Utf8Str             mCpuProfile;
    292293        BOOL                mAccelerate3DEnabled;
    293294        BOOL                mHPETEnabled;
     
    875876    HRESULT getCPUIDPortabilityLevel(ULONG *aCPUIDPortabilityLevel);
    876877    HRESULT setCPUIDPortabilityLevel(ULONG aCPUIDPortabilityLevel);
     878    HRESULT getCPUProfile(com::Utf8Str &aCPUProfile);
     879    HRESULT setCPUProfile(const com::Utf8Str &aCPUProfile);
    877880    HRESULT getMemorySize(ULONG *aMemorySize);
    878881    HRESULT setMemorySize(ULONG aMemorySize);
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