mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
acrn-config: modify epc_section to configurable="0"
1. modify epc_section to configurable="0". 2. add 'idle=halt' for sos bootargs to impove performance. Tracked-On: #4641 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
|
||||
<pcpu_id></pcpu_id>
|
||||
</vcpu_affinity>
|
||||
<epc_section desc="epc section">
|
||||
<epc_section configurable="0" desc="epc section">
|
||||
<base desc="SGX EPC section base, must be page aligned"></base>
|
||||
<size desc="SGX EPC section size in Bytes, must be page aligned"></size>
|
||||
</epc_section>
|
||||
|
||||
Reference in New Issue
Block a user