mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 20:00:13 +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:
@@ -64,9 +64,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
|
Reference in New Issue
Block a user