Skip to content

Commit 86e467f

Browse files
Wei Liuwenlingz
authored andcommitted
acrn-config: Use vm_type to instead load_type/uuid/severity in config
Use vm_type to instead combination of load_type/uuid/severity in config xmls. Tracked-On: #4641 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com> Acked-by: Terry Zou <terry.zou@intel.com>
1 parent 8563025 commit 86e467f

37 files changed

+110
-312
lines changed

misc/acrn-config/xmls/config-xmls/apl-mrb/hybrid.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">SAFETY_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN PRE-LAUNCHED VM0</name>
55-
<uuid configurable="0" desc="vm uuid">fc836901-8685-4bc0-8b71-6e31dc36fa47</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag>0</guest_flag>
5857
</guest_flags>
@@ -62,7 +61,6 @@
6261
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
6362
<vcpu_clos>0</vcpu_clos>
6463
</clos>
65-
<severity desc="severity of the guest VM">SEVERITY_SAFETY_VM</severity>
6664
<epc_section desc="epc section">
6765
<base desc="SGX EPC section base, must be page aligned">0</base>
6866
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -99,16 +97,14 @@
9997
</pci_devs>
10098
</vm>
10199
<vm id="1">
102-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
100+
<vm_type desc="Specify the VM type" readonly="true">SOS_VM</vm_type>
103101
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
104-
<uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
105102
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
106103
<guest_flag>0</guest_flag>
107104
</guest_flags>
108105
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
109106
<vcpu_clos>0</vcpu_clos>
110107
</clos>
111-
<severity desc="severity of the guest VM">SEVERITY_SOS</severity>
112108
<memory>
113109
<start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
114110
<size configurable="0" desc="The memory size in Bytes for the VM">CONFIG_SOS_RAM_SIZE</size>
@@ -146,8 +142,7 @@
146142
</board_private>
147143
</vm>
148144
<vm id="2">
149-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
150-
<uuid configurable="0" desc="vm uuid">d2795438-25d6-11e8-864e-cb7a18b34643</uuid>
145+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
151146
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
152147
<guest_flag>0</guest_flag>
153148
</guest_flags>
@@ -157,7 +152,6 @@
157152
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
158153
<vcpu_clos>0</vcpu_clos>
159154
</clos>
160-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
161155
<epc_section desc="epc section">
162156
<base desc="SGX EPC section base, must be page aligned">0</base>
163157
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>

misc/acrn-config/xmls/config-xmls/apl-mrb/industry.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">SOS_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
55-
<uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag>0</guest_flag>
5857
</guest_flags>
5958
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
6059
<vcpu_clos>0</vcpu_clos>
6160
</clos>
62-
<severity desc="severity of the guest VM">SEVERITY_SOS</severity>
6361
<memory>
6462
<start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
6563
<size configurable="0" desc="The memory size in Bytes for the VM">0x20000000</size>
@@ -97,8 +95,7 @@
9795
</board_private>
9896
</vm>
9997
<vm id="1">
100-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
101-
<uuid configurable="0" desc="vm uuid">d2795438-25d6-11e8-864e-cb7a18b34643</uuid>
98+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
10299
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
103100
<guest_flag>0</guest_flag>
104101
</guest_flags>
@@ -108,7 +105,6 @@
108105
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
109106
<vcpu_clos>0</vcpu_clos>
110107
</clos>
111-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
112108
<epc_section desc="epc section">
113109
<base desc="SGX EPC section base, must be page aligned">0</base>
114110
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -127,8 +123,7 @@
127123
</vuart>
128124
</vm>
129125
<vm id="2">
130-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
131-
<uuid configurable="0" desc="vm uuid">495ae2e5-2603-4d64-af76-d4bc5a8ec0e5</uuid>
126+
<vm_type desc="Specify the VM type" readonly="true">POST_RT_VM</vm_type>
132127
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
133128
<guest_flag>0</guest_flag>
134129
</guest_flags>
@@ -139,7 +134,6 @@
139134
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
140135
<vcpu_clos>0</vcpu_clos>
141136
</clos>
142-
<severity desc="severity of the guest VM">SEVERITY_RTVM</severity>
143137
<epc_section desc="epc section">
144138
<base desc="SGX EPC section base, must be page aligned">0</base>
145139
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>

misc/acrn-config/xmls/config-xmls/apl-mrb/logical_partition.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">PRE_STD_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN PRE-LAUNCHED VM0</name>
55-
<uuid configurable="0" desc="vm uuid">26c5e0d8-8f8a-47d8-8109-f201ebd61a5e</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag></guest_flag>
5857
</guest_flags>
@@ -101,9 +100,8 @@
101100
</pci_devs>
102101
</vm>
103102
<vm id="1">
104-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
103+
<vm_type desc="Specify the VM type" readonly="true">PRE_STD_VM</vm_type>
105104
<name desc="vm_name">ACRN PRE-LAUNCHED VM1</name>
106-
<uuid configurable="0" desc="vm uuid">dd87ce08-66f9-473d-bc58-7605837f935e</uuid>
107105
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
108106
<guest_flag>GUEST_FLAG_RT</guest_flag>
109107
<guest_flag>GUEST_FLAG_LAPIC_PASSTHROUGH</guest_flag>

misc/acrn-config/xmls/config-xmls/apl-mrb/sdc.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">SOS_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
55-
<uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag>0</guest_flag>
5857
</guest_flags>
5958
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
6059
<vcpu_clos>0</vcpu_clos>
6160
</clos>
62-
<severity desc="severity of the guest VM">SEVERITY_SOS</severity>
6361
<memory>
6462
<start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
6563
<size configurable="0" desc="The memory size in Bytes for the VM">CONFIG_SOS_RAM_SIZE</size>
@@ -97,8 +95,7 @@
9795
</board_private>
9896
</vm>
9997
<vm id="1">
100-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
101-
<uuid configurable="0" desc="vm uuid">d2795438-25d6-11e8-864e-cb7a18b34643</uuid>
98+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
10299
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
103100
<guest_flag>0</guest_flag>
104101
</guest_flags>
@@ -109,7 +106,6 @@
109106
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
110107
<vcpu_clos>0</vcpu_clos>
111108
</clos>
112-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
113109
<epc_section desc="epc section">
114110
<base desc="SGX EPC section base, must be page aligned">0</base>
115111
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -128,12 +124,10 @@
128124
</vuart>
129125
</vm>
130126
<vm id="2" configurable="1" desc="specific for Kata">
131-
<load_order readonly="true" desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM.">POST_LAUNCHED_VM</load_order>
132-
<uuid configurable="0" desc="vm uuid">a7ada506-1ab0-4b6b-a0da-e513ca9b8c2f</uuid>
127+
<vm_type readonly="true" desc="Specify the VM type">KATA_VM</vm_type>
133128
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
134129
<vcpu_clos>0</vcpu_clos>
135130
</clos>
136-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
137131
<vcpu_affinity desc="vCPU affinity map. Each vCPU will pin to the selected pCPU ID. Please make sure each vCPU pin to different pCPU.">
138132
<pcpu_id>3</pcpu_id>
139133
</vcpu_affinity>

misc/acrn-config/xmls/config-xmls/apl-mrb/sdc2.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,14 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">SOS_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
55-
<uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag>0</guest_flag>
5857
</guest_flags>
5958
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
6059
<vcpu_clos>0</vcpu_clos>
6160
</clos>
62-
<severity desc="severity of the guest VM">SEVERITY_SOS</severity>
6361
<memory>
6462
<start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
6563
<size configurable="0" desc="The memory size in Bytes for the VM">CONFIG_SOS_RAM_SIZE</size>
@@ -97,8 +95,7 @@
9795
</board_private>
9896
</vm>
9997
<vm id="1">
100-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
101-
<uuid configurable="0" desc="vm uuid">d2795438-25d6-11e8-864e-cb7a18b34643</uuid>
98+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
10299
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
103100
<guest_flag>0</guest_flag>
104101
</guest_flags>
@@ -108,7 +105,6 @@
108105
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
109106
<vcpu_clos>0</vcpu_clos>
110107
</clos>
111-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
112108
<epc_section desc="epc section">
113109
<base desc="SGX EPC section base, must be page aligned">0</base>
114110
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -127,8 +123,7 @@
127123
</vuart>
128124
</vm>
129125
<vm id="2">
130-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
131-
<uuid configurable="0" desc="vm uuid">615db82a-e189-4b4f-8dbb-d321343e4ab3</uuid>
126+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
132127
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
133128
<guest_flag>0</guest_flag>
134129
</guest_flags>
@@ -138,7 +133,6 @@
138133
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
139134
<vcpu_clos>0</vcpu_clos>
140135
</clos>
141-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
142136
<epc_section desc="epc section">
143137
<base desc="SGX EPC section base, must be page aligned">0</base>
144138
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -157,8 +151,7 @@
157151
</vuart>
158152
</vm>
159153
<vm id="3">
160-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
161-
<uuid configurable="0" desc="vm uuid">38158821-5208-4005-b72a-8a609e4190d0</uuid>
154+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
162155
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
163156
<guest_flag>0</guest_flag>
164157
</guest_flags>
@@ -168,7 +161,6 @@
168161
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
169162
<vcpu_clos>0</vcpu_clos>
170163
</clos>
171-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
172164
<epc_section desc="epc section">
173165
<base desc="SGX EPC section base, must be page aligned">0</base>
174166
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>

misc/acrn-config/xmls/config-xmls/apl-up2-n3350/logical_partition.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">PRE_STD_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN PRE-LAUNCHED VM0</name>
55-
<uuid configurable="0" desc="vm uuid">26c5e0d8-8f8a-47d8-8109-f201ebd61a5e</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag></guest_flag>
5857
<guest_flag></guest_flag>
@@ -101,9 +100,8 @@
101100
</pci_devs>
102101
</vm>
103102
<vm id="1">
104-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
103+
<vm_type desc="Specify the VM type" readonly="true">PRE_STD_VM</vm_type>
105104
<name desc="vm_name">ACRN PRE-LAUNCHED VM1</name>
106-
<uuid configurable="0" desc="vm uuid">dd87ce08-66f9-473d-bc58-7605837f935e</uuid>
107105
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
108106
<guest_flag>GUEST_FLAG_RT</guest_flag>
109107
<guest_flag>GUEST_FLAG_LAPIC_PASSTHROUGH</guest_flag>

misc/acrn-config/xmls/config-xmls/apl-up2/hybrid.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050
</hv>
5151

5252
<vm id="0">
53-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">PRE_LAUNCHED_VM</load_order>
53+
<vm_type desc="Specify the VM type" readonly="true">SAFETY_VM</vm_type>
5454
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN PRE-LAUNCHED VM0</name>
55-
<uuid configurable="0" desc="vm uuid">fc836901-8685-4bc0-8b71-6e31dc36fa47</uuid>
5655
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
5756
<guest_flag>0</guest_flag>
5857
</guest_flags>
@@ -62,7 +61,6 @@
6261
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
6362
<vcpu_clos>0</vcpu_clos>
6463
</clos>
65-
<severity desc="severity of the guest VM">SEVERITY_SAFETY_VM</severity>
6664
<epc_section desc="epc section">
6765
<base desc="SGX EPC section base, must be page aligned">0</base>
6866
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
@@ -99,16 +97,14 @@
9997
</pci_devs>
10098
</vm>
10199
<vm id="1">
102-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">SOS_VM</load_order>
100+
<vm_type desc="Specify the VM type" readonly="true">SOS_VM</vm_type>
103101
<name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
104-
<uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
105102
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
106103
<guest_flag>0</guest_flag>
107104
</guest_flags>
108105
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
109106
<vcpu_clos>0</vcpu_clos>
110107
</clos>
111-
<severity desc="severity of the guest VM">SEVERITY_SOS</severity>
112108
<memory>
113109
<start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
114110
<size configurable="0" desc="The memory size in Bytes for the VM">CONFIG_SOS_RAM_SIZE</size>
@@ -146,8 +142,7 @@
146142
</board_private>
147143
</vm>
148144
<vm id="2">
149-
<load_order desc="Specify the VM by its load order: PRE_LAUNCHED_VM, SOS_VM or POST_LAUNCHED_VM." readonly="true">POST_LAUNCHED_VM</load_order>
150-
<uuid configurable="0" desc="vm uuid">d2795438-25d6-11e8-864e-cb7a18b34643</uuid>
145+
<vm_type desc="Specify the VM type" readonly="true">POST_STD_VM</vm_type>
151146
<guest_flags desc="Select all applicable flags for the VM" multiselect="true">
152147
<guest_flag>0</guest_flag>
153148
</guest_flags>
@@ -157,7 +152,6 @@
157152
<clos configurable="0" desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">
158153
<vcpu_clos>0</vcpu_clos>
159154
</clos>
160-
<severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity>
161155
<epc_section desc="epc section">
162156
<base desc="SGX EPC section base, must be page aligned">0</base>
163157
<size desc="SGX EPC section size in Bytes, must be page aligned">0</size>

0 commit comments

Comments
 (0)