VirtualBox

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


Ignore:
Timestamp:
Aug 3, 2010 12:38:49 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64370
Message:

Support passing cpu priority change to a running guest.

Location:
trunk/src/VBox/Main/include
Files:
3 edited

Legend:

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

    r31220 r31332  
    182182    HRESULT onMediumChange(IMediumAttachment *aMediumAttachment, BOOL aForce);
    183183    HRESULT onCPUChange(ULONG aCPU, BOOL aRemove);
     184    HRESULT onCPUPriorityChange(ULONG aCpuPriority);
    184185    HRESULT onVRDPServerChange(BOOL aRestart);
    185186    HRESULT onUSBControllerChange();
  • trunk/src/VBox/Main/include/MachineImpl.h

    r31308 r31332  
    616616    virtual HRESULT onStorageControllerChange() { return S_OK; }
    617617    virtual HRESULT onCPUChange(ULONG /* aCPU */, BOOL /* aRemove */) { return S_OK; }
     618    virtual HRESULT onCPUPriorityChange(ULONG /* aCpuPriority */) { return S_OK; }
    618619    virtual HRESULT onMediumChange(IMediumAttachment * /* mediumAttachment */, BOOL /* force */) { return S_OK; }
    619620    virtual HRESULT onSharedFolderChange() { return S_OK; }
     
    944945    HRESULT onParallelPortChange(IParallelPort *parallelPort);
    945946    HRESULT onCPUChange(ULONG aCPU, BOOL aRemove);
     947    HRESULT onCPUPriorityChange(ULONG aCpuPriority);
    946948    HRESULT onVRDPServerChange(BOOL aRestart);
    947949    HRESULT onUSBControllerChange();
  • trunk/src/VBox/Main/include/SessionImpl.h

    r31070 r31332  
    9090    STDMETHOD(OnMediumChange)(IMediumAttachment *aMediumAttachment, BOOL aForce);
    9191    STDMETHOD(OnCPUChange)(ULONG aCPU, BOOL aRemove);
     92    STDMETHOD(OnCPUPriorityChange)(ULONG aCpuPriority);
    9293    STDMETHOD(OnVRDPServerChange)(BOOL aRestart);
    9394    STDMETHOD(OnUSBControllerChange)();
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