mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +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:
parent
52268f5cc2
commit
cf05e37c85
@ -81,10 +81,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_ELF</kern_type>
|
<kern_type>KERNEL_ELF</kern_type>
|
||||||
@ -119,9 +119,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -145,7 +142,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -179,7 +176,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -96,10 +96,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x40000000</size>
|
<size_hpa>1024</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -151,9 +151,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -127,10 +127,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x120000000</start_hpa>
|
<start_hpa>0x120000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -93,7 +89,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -134,7 +130,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -172,7 +168,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -210,7 +206,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -248,7 +244,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -286,7 +282,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -81,10 +81,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_ELF</kern_type>
|
<kern_type>KERNEL_ELF</kern_type>
|
||||||
@ -120,9 +120,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -145,7 +142,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -179,7 +176,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -109,10 +109,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x40000000</size>
|
<size_hpa>1024</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -145,9 +145,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -127,10 +127,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x120000000</start_hpa>
|
<start_hpa>0x120000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
|
@ -71,10 +71,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -101,7 +97,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -142,7 +138,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -180,7 +176,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -218,7 +214,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -256,7 +252,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -294,7 +290,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -81,10 +81,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_ELF</kern_type>
|
<kern_type>KERNEL_ELF</kern_type>
|
||||||
@ -120,9 +120,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -145,7 +142,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -179,7 +176,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -127,10 +127,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x120000000</start_hpa>
|
<start_hpa>0x120000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
|
@ -83,10 +83,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -113,7 +109,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -154,7 +150,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -192,7 +188,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -230,7 +226,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -268,7 +264,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -306,7 +302,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -64,9 +64,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
|
@ -81,10 +81,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_ELF</kern_type>
|
<kern_type>KERNEL_ELF</kern_type>
|
||||||
@ -120,9 +120,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -127,10 +127,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x120000000</start_hpa>
|
<start_hpa>0x120000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
|
@ -83,10 +83,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -114,7 +110,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<priority>PRIO_LOW</priority>
|
<priority>PRIO_LOW</priority>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
@ -159,7 +155,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<priority>PRIO_LOW</priority>
|
<priority>PRIO_LOW</priority>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
|
@ -73,10 +73,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_ELF</kern_type>
|
<kern_type>KERNEL_ELF</kern_type>
|
||||||
@ -110,9 +110,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
|
@ -96,10 +96,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x40000000</size>
|
<size_hpa>1024</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -135,9 +135,6 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -164,7 +161,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
|
@ -77,10 +77,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
@ -121,10 +121,10 @@
|
|||||||
<size>0</size>
|
<size>0</size>
|
||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
|
<hpa_region>
|
||||||
<start_hpa>0x120000000</start_hpa>
|
<start_hpa>0x120000000</start_hpa>
|
||||||
<size>0x20000000</size>
|
<size_hpa>512</size_hpa>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
</hpa_region>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -114,7 +110,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -96,7 +92,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>2048</whole>
|
<size>2048</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -93,7 +89,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -93,7 +89,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -135,7 +131,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
<clos>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
|
||||||
<start_hpa>0</start_hpa>
|
|
||||||
<size>0x20000000</size>
|
|
||||||
</memory>
|
|
||||||
<os_config>
|
<os_config>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>Linux_bzImage</kern_mod>
|
||||||
@ -93,7 +89,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>4096</whole>
|
<size>4096</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<pci_devs>
|
<pci_devs>
|
||||||
@ -135,7 +131,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>1024</whole>
|
<size>1024</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -173,7 +169,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -205,7 +201,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -237,7 +233,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
@ -269,7 +265,7 @@
|
|||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
<memory>
|
<memory>
|
||||||
<whole>512</whole>
|
<size>512</size>
|
||||||
</memory>
|
</memory>
|
||||||
<console_vuart>COM Port 1</console_vuart>
|
<console_vuart>COM Port 1</console_vuart>
|
||||||
<PTM>n</PTM>
|
<PTM>n</PTM>
|
||||||
|
Loading…
Reference in New Issue
Block a user