Changeset 71108 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Feb 22, 2018 3:38:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r70712 r71108 1009 1009 host CPU supports it. This setting will significantly slow down workloads 1010 1010 causing many VM exits, so it is only recommended for situation where there 1011 real need to be paranoid.1011 is a real need to be paranoid. 1012 1012 </desc> 1013 1013 </const> … … 1017 1017 host CPU supports it. This setting will significantly slow down workloads 1018 1018 causing many VM exits, so it is only recommended for situation where there 1019 real need to be paranoid.1019 is a real need to be paranoid. 1020 1020 </desc> 1021 1021 </const> … … 1024 1024 Enabled the hardware virtualization (AMD-V/VT-x) feature on the guest CPU. 1025 1025 This requires hardware virtualization on the host CPU. 1026 </desc> 1027 </const> 1028 <const name="SpecCtrl" value="9"> 1029 <desc> 1030 If set, the speculation control CPUID bits and MSRs, when available on the 1031 host, are exposed to the guest. Depending on the host CPU and operating 1032 system, this may significantly slow down workloads causing many VM exits. 1033 </desc> 1034 </const> 1035 <const name="SpecCtrlByHost" value="10"> 1036 <desc> 1037 If set, the speculation controls are managed by the host. This is intended 1038 for guests which do not set the speculation controls themselves. 1026 1039 </desc> 1027 1040 </const>
Note:
See TracChangeset
for help on using the changeset viewer.