config_tools: UC_LOCK_DETECTION_ENABLED default value

Disable UC lock detection(UC_LOCK_DETECTION_ENABLED) by default.

Tracked-On: #8018
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao 2022-08-26 13:52:24 +08:00 committed by acrnsi-robot
parent 580088a862
commit dd77eb3478
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<xs:documentation>Enable detection of split locks. A split lock can negatively affect an application's real-time performance. If a lock is detected, an alignment check exception #AC occurs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UC_LOCK_DETECTION_ENABLED" type="Boolean" default="y">
<xs:element name="UC_LOCK_DETECTION_ENABLED" type="Boolean" default="n">
<xs:annotation acrn:title="Enable UC lock detection" acrn:views="advanced">
<xs:documentation>Enable detection of uncacheable-memory (UC) locks. A UC lock can negatively affect an application's real-time performance. If a lock is detected, a general-protection exception #GP occurs.</xs:documentation>
</xs:annotation>