VirtualBox

Changeset 50996 in vbox for trunk/include


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/include/VBox/settings.h

    r50196 r50996  
    1818
    1919/*
    20  * Copyright (C) 2007-2013 Oracle Corporation
     20 * Copyright (C) 2007-2014 Oracle Corporation
    2121 *
    2222 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    866866    bool operator==(const Hardware&) const;
    867867
     868    bool areParavirtDefaultSettings() const
     869    {
     870        return paravirtProvider == ParavirtProvider_Legacy;
     871    }
     872
    868873    com::Utf8Str        strVersion;             // hardware version, optional
    869874    com::Guid           uuid;                   // hardware uuid, optional (null).
     
    912917
    913918    ChipsetType_T       chipsetType;            // requires settings version 1.11 (VirtualBox 4.0)
     919    ParavirtProvider_T  paravirtProvider;       // requires settings version 1.15 (VirtualBox 4.4)
    914920
    915921    bool                fEmulatedUSBCardReader; // 1.12 (VirtualBox 4.1)
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