mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +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:
@@ -81,10 +81,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_ELF</kern_type>
|
||||
@@ -119,9 +119,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
@@ -145,7 +142,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -179,7 +176,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -96,10 +96,10 @@
|
||||
<size>0</size>
|
||||
</epc_section>
|
||||
<memory>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size>0x40000000</size>
|
||||
<start_hpa2>0x0</start_hpa2>
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
<hpa_region>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size_hpa>1024</size_hpa>
|
||||
</hpa_region>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
@@ -151,9 +151,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
@@ -204,4 +201,4 @@
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
</vm>
|
||||
</acrn-config>
|
||||
</acrn-config>
|
||||
|
@@ -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>
|
||||
@@ -148,4 +148,4 @@
|
||||
<pci_dev>00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)</pci_dev>
|
||||
</pci_devs>
|
||||
</vm>
|
||||
</acrn-config>
|
||||
</acrn-config>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -93,7 +89,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -134,7 +130,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -172,7 +168,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -210,7 +206,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -248,7 +244,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -286,7 +282,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -81,10 +81,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_ELF</kern_type>
|
||||
@@ -120,9 +120,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
@@ -145,7 +142,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -179,7 +176,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -109,10 +109,10 @@
|
||||
<size>0</size>
|
||||
</epc_section>
|
||||
<memory>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size>0x40000000</size>
|
||||
<start_hpa2>0x0</start_hpa2>
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
<hpa_region>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size_hpa>1024</size_hpa>
|
||||
</hpa_region>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
@@ -145,9 +145,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
|
@@ -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>
|
||||
|
@@ -71,10 +71,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -101,7 +97,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -142,7 +138,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -180,7 +176,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -218,7 +214,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -256,7 +252,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -294,7 +290,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -81,10 +81,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_ELF</kern_type>
|
||||
@@ -120,9 +120,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
@@ -145,7 +142,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -179,7 +176,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -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>
|
||||
|
@@ -83,10 +83,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -113,7 +109,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -154,7 +150,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -192,7 +188,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -230,7 +226,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -268,7 +264,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -306,7 +302,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -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>
|
||||
|
@@ -81,10 +81,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_ELF</kern_type>
|
||||
@@ -120,9 +120,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
|
@@ -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>
|
||||
|
@@ -83,10 +83,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -114,7 +110,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<priority>PRIO_LOW</priority>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
@@ -159,7 +155,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<priority>PRIO_LOW</priority>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
|
@@ -73,10 +73,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_ELF</kern_type>
|
||||
@@ -110,9 +110,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
|
@@ -96,10 +96,10 @@
|
||||
<size>0</size>
|
||||
</epc_section>
|
||||
<memory>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size>0x40000000</size>
|
||||
<start_hpa2>0x0</start_hpa2>
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
<hpa_region>
|
||||
<start_hpa>0x100000000</start_hpa>
|
||||
<size_hpa>1024</size_hpa>
|
||||
</hpa_region>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
@@ -135,9 +135,6 @@
|
||||
<vcpu_clos>0</vcpu_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>
|
||||
@@ -164,7 +161,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
|
@@ -77,10 +77,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>
|
||||
@@ -121,10 +121,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>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -114,7 +110,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -96,7 +92,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>2048</whole>
|
||||
<size>2048</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -93,7 +89,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -93,7 +89,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -135,7 +131,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
@@ -63,10 +63,6 @@
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<start_hpa>0</start_hpa>
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
@@ -93,7 +89,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>4096</whole>
|
||||
<size>4096</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<pci_devs>
|
||||
@@ -135,7 +131,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>1024</whole>
|
||||
<size>1024</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -173,7 +169,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -205,7 +201,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -237,7 +233,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
@@ -269,7 +265,7 @@
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
<memory>
|
||||
<whole>512</whole>
|
||||
<size>512</size>
|
||||
</memory>
|
||||
<console_vuart>COM Port 1</console_vuart>
|
||||
<PTM>n</PTM>
|
||||
|
Reference in New Issue
Block a user