Skip to content

Commit 49b3939

Browse files
Wei Liuwenlingz
authored andcommitted
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>
1 parent fc3b4ed commit 49b3939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

misc/acrn-config/xmls/config-xmls/generic/logical_partition.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
<pcpu_id>2</pcpu_id>
6363
</vcpu_affinity>
6464
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
65+
<vcpu_clos>0</vcpu_clos>
66+
</clos>
6567
<epc_section desc="epc section">
6668
<base desc="SGX EPC section base, must be page aligned">0</base>
6769
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -112,6 +114,8 @@
112114
<pcpu_id>3</pcpu_id>
113115
</vcpu_affinity>
114116
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
117+
<vcpu_clos>0</vcpu_clos>
118+
</clos>
115119
<epc_section desc="epc section">
116120
<base desc="SGX EPC section base, must be page aligned">0</base>
117121
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>

0 commit comments

Comments
 (0)