mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-16 07:15:21 +00:00
DX/UI recommendation is to move the build type parameter outside of the debugoptions section. This breaks existing schema files, so also update scenario XML files in the code tree to match. Update the xforms xsl script with the same change to the buildtype option location in schema XML files. Tracked-On: #5692 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
83 lines
2.6 KiB
XML
83 lines
2.6 KiB
XML
<acrn-config>
|
|
<hv>
|
|
<BUILD_TYPE>debug</BUILD_TYPE>
|
|
<DEBUG_OPTIONS>
|
|
<SERIAL_CONSOLE>/dev/ttyS0</SERIAL_CONSOLE>
|
|
<MEM_LOGLEVEL>5</MEM_LOGLEVEL>
|
|
<NPK_LOGLEVEL>5</NPK_LOGLEVEL>
|
|
<CONSOLE_LOGLEVEL>3</CONSOLE_LOGLEVEL>
|
|
</DEBUG_OPTIONS>
|
|
<FEATURES>
|
|
<RELOC_ENABLED>y</RELOC_ENABLED>
|
|
<SCHEDULER>SCHED_BVT</SCHEDULER>
|
|
<MULTIBOOT2_ENABLED>y</MULTIBOOT2_ENABLED>
|
|
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
|
|
<ENFORCE_TURNOFF_GP>n</ENFORCE_TURNOFF_GP>
|
|
<SECURITY_VM_FIXUP>n</SECURITY_VM_FIXUP>
|
|
<RDT>
|
|
<RDT_ENABLED>n</RDT_ENABLED>
|
|
<CDP_ENABLED>n</CDP_ENABLED>
|
|
<VCAT_ENABLED>n</VCAT_ENABLED>
|
|
</RDT>
|
|
<HYPERV_ENABLED>y</HYPERV_ENABLED>
|
|
<IOMMU_ENFORCE_SNP>n</IOMMU_ENFORCE_SNP>
|
|
<ACPI_PARSE_ENABLED>y</ACPI_PARSE_ENABLED>
|
|
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
|
|
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
|
|
<IVSHMEM/>
|
|
</FEATURES>
|
|
<MEMORY>
|
|
<STACK_SIZE>0x2000</STACK_SIZE>
|
|
<HV_RAM_START>0x11000000</HV_RAM_START>
|
|
</MEMORY>
|
|
<CAPACITIES>
|
|
<MAX_VM_NUM>16</MAX_VM_NUM>
|
|
<MAX_IOAPIC_NUM>1</MAX_IOAPIC_NUM>
|
|
<MAX_PCI_DEV_NUM>96</MAX_PCI_DEV_NUM>
|
|
<MAX_IOAPIC_LINES>120</MAX_IOAPIC_LINES>
|
|
<MAX_PT_IRQ_ENTRIES>64</MAX_PT_IRQ_ENTRIES>
|
|
<MAX_MSIX_TABLE_NUM/>
|
|
<MAX_EMULATED_MMIO>16</MAX_EMULATED_MMIO>
|
|
</CAPACITIES>
|
|
<MISC_CFG>
|
|
<GPU_SBDF>0x00000010</GPU_SBDF>
|
|
</MISC_CFG>
|
|
<vuart_connections>
|
|
<vuart_connection>
|
|
<name>vUART connection 1</name>
|
|
<type>legacy</type>
|
|
<endpoint>
|
|
<vm_name>ACRN_Service_VM</vm_name>
|
|
<io_port>0x2F8</io_port>
|
|
</endpoint>
|
|
<endpoint>
|
|
<vm_name>POST_STD_VM1</vm_name>
|
|
<io_port>0x2F8</io_port>
|
|
</endpoint>
|
|
</vuart_connection>
|
|
</vuart_connections>
|
|
</hv>
|
|
<vm id="0">
|
|
<load_order>SERVICE_VM</load_order>
|
|
<name>ACRN_Service_VM</name>
|
|
<os_config>
|
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
|
<kern_mod>Linux_bzImage</kern_mod>
|
|
<ramdisk_mod/>
|
|
<bootargs>root=/dev/vda1 earlyprintk=serial,ttyS0,115200n8 rw rootwait console=tty0 console=ttyS0 consoleblank=0 no_timer_check ignore_loglevel
|
|
ignore_loglevel no_timer_check intel_iommu=off tsc=reliable</bootargs>
|
|
</os_config>
|
|
<console_vuart>COM Port 1</console_vuart>
|
|
</vm>
|
|
<vm id="1">
|
|
<load_order>POST_LAUNCHED_VM</load_order>
|
|
<vm_type>STANDARD_VM</vm_type>
|
|
<name>POST_STD_VM1</name>
|
|
<cpu_affinity>
|
|
<pcpu>
|
|
<pcpu_id>1</pcpu_id>
|
|
</pcpu>
|
|
</cpu_affinity>
|
|
<console_vuart>None</console_vuart>
|
|
</vm>
|
|
</acrn-config> |