Changeset 50996 in vbox for trunk/include
- Timestamp:
- Apr 8, 2014 1:15:27 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r50196 r50996 18 18 19 19 /* 20 * Copyright (C) 2007-201 3Oracle Corporation20 * Copyright (C) 2007-2014 Oracle Corporation 21 21 * 22 22 * This file is part of VirtualBox Open Source Edition (OSE), as … … 866 866 bool operator==(const Hardware&) const; 867 867 868 bool areParavirtDefaultSettings() const 869 { 870 return paravirtProvider == ParavirtProvider_Legacy; 871 } 872 868 873 com::Utf8Str strVersion; // hardware version, optional 869 874 com::Guid uuid; // hardware uuid, optional (null). … … 912 917 913 918 ChipsetType_T chipsetType; // requires settings version 1.11 (VirtualBox 4.0) 919 ParavirtProvider_T paravirtProvider; // requires settings version 1.15 (VirtualBox 4.4) 914 920 915 921 bool fEmulatedUSBCardReader; // 1.12 (VirtualBox 4.1)
Note:
See TracChangeset
for help on using the changeset viewer.