mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
acrn-config: fix syntax for new logical partition xmls
UI got syntax warning while loading new logical partitons xml, add missed '</clos>' for it. 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:
parent
fc3b4ed6e4
commit
49b3939e0b
@ -62,6 +62,8 @@
|
|||||||
<pcpu_id>2</pcpu_id>
|
<pcpu_id>2</pcpu_id>
|
||||||
</vcpu_affinity>
|
</vcpu_affinity>
|
||||||
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
|
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
|
||||||
|
<vcpu_clos>0</vcpu_clos>
|
||||||
|
</clos>
|
||||||
<epc_section desc="epc section">
|
<epc_section desc="epc section">
|
||||||
<base desc="SGX EPC section base, must be page aligned">0</base>
|
<base desc="SGX EPC section base, must be page aligned">0</base>
|
||||||
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
||||||
@ -112,6 +114,8 @@
|
|||||||
<pcpu_id>3</pcpu_id>
|
<pcpu_id>3</pcpu_id>
|
||||||
</vcpu_affinity>
|
</vcpu_affinity>
|
||||||
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
|
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
|
||||||
|
<vcpu_clos>0</vcpu_clos>
|
||||||
|
</clos>
|
||||||
<epc_section desc="epc section">
|
<epc_section desc="epc section">
|
||||||
<base desc="SGX EPC section base, must be page aligned">0</base>
|
<base desc="SGX EPC section base, must be page aligned">0</base>
|
||||||
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
||||||
|
Loading…
Reference in New Issue
Block a user