Changeset 76678 in vbox for trunk/src/VBox/Main/idl
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0:104445,104938,104943,104950,104952-104953,104987-104988,104990,106453 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,12 5768,125779-125780,12581210 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124260,124263,124271,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 11 /branches/andy/draganddrop:90781-91268 12 12 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0/src/VBox:104938,104943,104950,104987-104988,104990,106453 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,12 5768,125779-125780,12581210 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 11 /branches/andy/draganddrop/src/VBox:90781-91268 12 12 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r76298 r76678 1055 1055 If set, the speculation controls are managed by the host. This is intended 1056 1056 for guests which do not set the speculation controls themselves. 1057 Note! This has not yet been implemented beyond leaving everything to the host OS. 1058 </desc> 1059 </const> 1060 <const name="L1DFlushOnEMTScheduling" value="11"> 1061 <desc> 1062 If set and the host is affected by CVE-2018-3646, flushes the level 1 data 1063 cache when the EMT is scheduled to do ring-0 guest execution. There could 1064 be a small performance penalty for certain typs of workloads. 1065 For security reasons this setting will be enabled by default. 1066 </desc> 1067 </const> 1068 <const name="L1DFlushOnVMEntry" value="12"> 1069 <desc> 1070 If set and the host is affected by CVE-2018-3646, flushes the level 1 data 1071 on every VM entry. This setting may significantly slow down workloads 1072 causing many VM exits, so it is only recommended for situation where there 1073 is a real need to be paranoid. 1057 1074 </desc> 1058 1075 </const>
Note:
See TracChangeset
for help on using the changeset viewer.