mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-16 16:32:51 +00:00
config tool: change parameter default value
change ENFORCE_TURNOFF_AC default value to n, since it may cause trouble on some platform if user do not tweak it. Signed-off-by: hangliu1 <hang1.liu@linux.intel.com> Tracked-On:#6690
This commit is contained in:
parent
bfd5445700
commit
f451f4a120
@ -58,7 +58,7 @@
|
||||
<xs:documentation>Enable multiboot2 protocol support (with multiboot1 downward compatibility). If multiboot1 meets your requirements, disable this feature to reduce hypervisor code size.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ENFORCE_TURNOFF_AC" type="Boolean" default="y">
|
||||
<xs:element name="ENFORCE_TURNOFF_AC" type="Boolean" default="n">
|
||||
<xs:annotation acrn:title="Disable Split lock detection" acrn:views="advanced">
|
||||
<xs:documentation>Disable 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>
|
||||
|
Loading…
Reference in New Issue
Block a user