mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
doc: remove Kconfig reference documentation
With the new ACRN configuration architecture, we no longer use Kconfig files. Remove the Kconfig option documentation scripting (genrest.py) Python dependencies, and Makefile commands, and change references in the documentation from the Kconfig option (such as :option:`CONFIG_MEM_LOGLEVEL`) to the new schema definition-based option documentation (:option:`hv.DEBUG_OPTION.MEM_LOGLEVEL`). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
0ea991fbed
commit
c741468b9c
@@ -190,7 +190,7 @@ Tip: Disable the software workaround for Machine Check Error on Page Size Change
|
||||
Change is conditionally applied to the models that may be affected by the
|
||||
issue. However, the software workaround has a negative impact on
|
||||
performance. If all guest OS kernels are trusted, the
|
||||
:option:`CONFIG_MCE_ON_PSC_WORKAROUND_DISABLED` option could be set for performance.
|
||||
:option:`hv.FEATURES.MCE_ON_PSC_DISABLED` option could be set for performance.
|
||||
|
||||
.. note::
|
||||
The tips for preempt-RT Linux are mostly applicable to the Linux-based RTOS as well, such as Xenomai.
|
||||
|
||||
Reference in New Issue
Block a user