VirtualBox

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


Ignore:
Timestamp:
Oct 31, 2008 3:53:18 PM (16 years ago)
Author:
vboxsync
Message:

Introduced new xml setting for the number of virtual CPUs.

File:
1 edited

Legend:

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

    r13713 r13722  
    259259        BOOL           mHWVirtExVPIDEnabled;
    260260        BOOL           mPAEEnabled;
     261        ULONG          mCPUCount;
    261262
    262263        DeviceType_T   mBootOrder [SchemaDefs::MaxBootPosition];
     
    474475    STDMETHOD(COMGETTER(MemorySize))(ULONG *memorySize);
    475476    STDMETHOD(COMSETTER(MemorySize))(ULONG memorySize);
     477    STDMETHOD(COMGETTER(CPUCount))(ULONG *cpuCount);
     478    STDMETHOD(COMSETTER(CPUCount))(ULONG cpuCount);
    476479    STDMETHOD(COMGETTER(MemoryBalloonSize))(ULONG *memoryBalloonSize);
    477480    STDMETHOD(COMSETTER(MemoryBalloonSize))(ULONG memoryBalloonSize);
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