Changeset 51500 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2014 9:08:23 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r51494 r51500 1011 1011 1012 1012 <enum 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1013 name="ParavirtProvider" 1014 uuid="f9448c17-7caa-4ca7-9349-edafe369fcb5" 1015 > 1016 <desc> 1017 The paravirtualized guest interface provider. This enumeration represents possible 1018 values for the <link to="IMachine::paravirtProvider"/> attribute. 1019 </desc> 1020 <const name="None" value="0"> 1021 <desc>No provider is used.</desc> 1022 </const> 1023 <const name="Default" value="1"> 1024 <desc>A default provider is automatically chosen according to the guest OS type.</desc> 1025 </const> 1026 <const name="Legacy" value="2"> 1027 1027 <desc>Used for VMs which didn't used to have any provider settings. Usually 1028 1028 interpreted as @c None for most VMs.</desc> 1029 1030 1031 1032 1033 1034 1035 1029 </const> 1030 <const name="Minimal" value="3"> 1031 <desc>A minimal set of features to expose to the paravirtualized guest.</desc> 1032 </const> 1033 <const name="HyperV" value="4"> 1034 <desc>Microsoft Hyper-V.</desc> 1035 </const> 1036 1036 </enum> 1037 1037 … … 4844 4844 </attribute> 4845 4845 4846 4847 4848 4849 4850 4846 <attribute name="paravirtProvider" type="ParavirtProvider"> 4847 <desc> 4848 The paravirtualized guest interface provider. 4849 </desc> 4850 </attribute> 4851 4851 4852 4852 <attribute name="faultToleranceState" type="FaultToleranceState">
Note:
See TracChangeset
for help on using the changeset viewer.