mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 23:08:07 +00:00
config_tools: refine XMLs setting for HPAn
1. After the data structure of vm/memory in scenario and schema files. The scenario will look like this. <hpa_region> <start_hpa>xxx</start_hpa> <size_hpa>xxx</size_hpa> </hpa_region> We should change all XMLs for the new design. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>
This commit is contained in:
@@ -85,10 +85,10 @@
|
||||
<size>0</size>
|
||||
</epc_section>
|
||||
<memory>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
<start_hpa2>0x0</start_hpa2>
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
<hpa_region>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size_hpa>512</size_hpa>
|
||||
</hpa_region>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
@@ -127,10 +127,10 @@
|
||||
<size>0</size>
|
||||
</epc_section>
|
||||
<memory>
|
||||
<start_hpa>0x120000000</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
<start_hpa2>0x0</start_hpa2>
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
<hpa_region>
|
||||
<start_hpa>0x120000000</start_hpa>
|
||||
<size_hpa>512</size_hpa>
|
||||
</hpa_region>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
|
Reference in New Issue
Block a user