From 538d4979817f8dbd3b8ae7cd4d78f0f739ffb3fb Mon Sep 17 00:00:00 2001 From: Amy Reyes Date: Mon, 11 Oct 2021 10:00:32 -0700 Subject: [PATCH] Address review feedback in hld-splitlock.rst Signed-off-by: Amy Reyes --- doc/developer-guides/hld/hld-splitlock.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/developer-guides/hld/hld-splitlock.rst b/doc/developer-guides/hld/hld-splitlock.rst index 418c5f9bb..3c9553130 100644 --- a/doc/developer-guides/hld/hld-splitlock.rst +++ b/doc/developer-guides/hld/hld-splitlock.rst @@ -132,6 +132,7 @@ Disable Split-Locked Access Detection ===================================== If the CPU supports Split-locked Access detection, the ACRN hypervisor uses it to prevent any VM running with potential system performance -impacting split-locked instructions. This detection can be disabled -(eventually by using the ACRN configurator tool) for customers not +impacting split-locked instructions. This detection can be disabled +(by changing the :option:`hv.FEATURES.ENFORCE_TURNOFF_AC` setting in +the ACRN configurator tool) for customers not caring about system performance.