VirtualBox

Ignore:
Timestamp:
Apr 8, 2014 1:15:27 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93182
Message:

Main: Added paravirt. provider APIs.

File:
1 edited

Legend:

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

    r50651 r50996  
    55
    66/*
    7  * Copyright (C) 2006-2013 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    307307        PointingHIDType_T   mPointingHIDType;
    308308        ChipsetType_T       mChipsetType;
     309        ParavirtProvider_T  mParavirtProvider;
    309310        BOOL                mEmulatedUSBCardReaderEnabled;
    310311
     
    505506    STDMETHOD(COMGETTER(ChipsetType))(ChipsetType_T *aChipsetType);
    506507    STDMETHOD(COMSETTER(ChipsetType))(ChipsetType_T  aChipsetType);
     508    STDMETHOD(COMGETTER(ParavirtProvider))(ParavirtProvider_T *aParavirtProvider);
     509    STDMETHOD(COMSETTER(ParavirtProvider))(ParavirtProvider_T  aParavirtProvider);
    507510    STDMETHOD(COMGETTER(IOCacheEnabled))(BOOL *aEnabled);
    508511    STDMETHOD(COMSETTER(IOCacheEnabled))(BOOL  aEnabled);
     
    721724     */
    722725    ChipsetType_T getChipsetType() const { return mHWData->mChipsetType; }
     726    ParavirtProvider_T getParavirtProvider() const { return mHWData->mParavirtProvider; }
    723727
    724728    void setModified(uint32_t fl, bool fAllowStateModification = true);
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