|
4 | 4 | <name desc="Specify the VM name which will be shown in hypervisor console command: vm_list.">ACRN SOS VM</name>
|
5 | 5 | <uuid configurable="0" desc="vm uuid">dbbbd434-7a57-4216-a12c-2201f1ab0240</uuid>
|
6 | 6 | <guest_flags desc="Select all applicable flags for the VM" multiselect="true">
|
7 |
| - <guest_flag>GUEST_FLAG_HIGHEST_SEVERITY</guest_flag> |
| 7 | + <guest_flag>0</guest_flag> |
8 | 8 | </guest_flags>
|
9 | 9 | <clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
|
| 10 | + <severity desc="severity of the guest VM">SEVERITY_SOS</severity> |
10 | 11 | <memory>
|
11 | 12 | <start_hpa configurable="0" desc="The start physical address in host for the VM">0</start_hpa>
|
12 | 13 | <size configurable="0" desc="The memory size in Bytes for the VM">CONFIG_SOS_RAM_SIZE</size>
|
|
53 | 54 | <pcpu_id>1</pcpu_id>
|
54 | 55 | </vcpu_affinity>
|
55 | 56 | <clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
|
| 57 | + <severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity> |
56 | 58 | <epc_section desc="epc section">
|
57 | 59 | <base desc="SGX EPC section base, must be page aligned">0</base>
|
58 | 60 | <size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
|
80 | 82 | <pcpu_id>2</pcpu_id>
|
81 | 83 | </vcpu_affinity>
|
82 | 84 | <clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
|
| 85 | + <severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity> |
83 | 86 | <epc_section desc="epc section">
|
84 | 87 | <base desc="SGX EPC section base, must be page aligned">0</base>
|
85 | 88 | <size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
|
107 | 110 | <pcpu_id>3</pcpu_id>
|
108 | 111 | </vcpu_affinity>
|
109 | 112 | <clos desc="Class of Service for Cache Allocation Technology. Please refer SDM 17.19.2 for details and use with caution.">0</clos>
|
| 113 | + <severity desc="severity of the guest VM">SEVERITY_STANDARD_VM</severity> |
110 | 114 | <epc_section desc="epc section">
|
111 | 115 | <base desc="SGX EPC section base, must be page aligned">0</base>
|
112 | 116 | <size desc="SGX EPC section size in Bytes, must be page aligned">0</size>
|
|
0 commit comments