config_tools: enable features for default config on tgl-rvp and

ehl-crb-b

enable CDP_ENABLED for RT in scenarios, enable ivshmem for industry
scenario, disable vuart0 in launch settings, passthru SATA for RTVM,
set virtio-net and virtio-blk for post-launched WaaG and YaaGs.

Tracked-On: #5955
Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
Reviewed-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Shuang Zheng 2021-05-06 15:45:16 +00:00 committed by wenlingz
parent 15a9b854a6
commit 8fcd868a50
15 changed files with 44 additions and 44 deletions

View File

@ -17,7 +17,7 @@
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC> <ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
<RDT> <RDT>
<RDT_ENABLED>n</RDT_ENABLED> <RDT_ENABLED>n</RDT_ENABLED>
<CDP_ENABLED>n</CDP_ENABLED> <CDP_ENABLED>y</CDP_ENABLED>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>

View File

@ -17,7 +17,7 @@
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC> <ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
<RDT> <RDT>
<RDT_ENABLED>n</RDT_ENABLED> <RDT_ENABLED>n</RDT_ENABLED>
<CDP_ENABLED>n</CDP_ENABLED> <CDP_ENABLED>y</CDP_ENABLED>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">

View File

@ -17,7 +17,7 @@
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC> <ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
<RDT> <RDT>
<RDT_ENABLED>y</RDT_ENABLED> <RDT_ENABLED>y</RDT_ENABLED>
<CDP_ENABLED>n</CDP_ENABLED> <CDP_ENABLED>y</CDP_ENABLED>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
<CLOS_MASK>0xfff</CLOS_MASK> <CLOS_MASK>0xfff</CLOS_MASK>
@ -41,8 +41,8 @@
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED> <L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
<IVSHMEM> <IVSHMEM>
<IVSHMEM_ENABLED>n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED>y</IVSHMEM_ENABLED>
<IVSHMEM_REGION/> <IVSHMEM_REGION>hv:/shm_region_0, 2, 2:3</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
<PSRAM> <PSRAM>
<PSRAM_ENABLED>n</PSRAM_ENABLED> <PSRAM_ENABLED>n</PSRAM_ENABLED>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
@ -71,7 +71,7 @@
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device">00:17.0 SATA controller: Intel Corporation Device 4b63 (rev 10)</sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
@ -71,7 +71,7 @@
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device">00:17.0 SATA controller: Intel Corporation Device 4b63 (rev 10)</sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
@ -117,9 +117,9 @@
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" />
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="4"> <uos id="4">
@ -157,9 +157,9 @@
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" />
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="5"> <uos id="5">
@ -197,9 +197,9 @@
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" />
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="6"> <uos id="6">
@ -237,9 +237,9 @@
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" />
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
</acrn-config> </acrn-config>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">128</mem_size> <mem_size desc="UOS memory size in MByte">128</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">

View File

@ -18,7 +18,7 @@
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC> <ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
<RDT> <RDT>
<RDT_ENABLED>n</RDT_ENABLED> <RDT_ENABLED>n</RDT_ENABLED>
<CDP_ENABLED>n</CDP_ENABLED> <CDP_ENABLED>y</CDP_ENABLED>
</RDT> </RDT>
<HYPERV_ENABLED>y</HYPERV_ENABLED> <HYPERV_ENABLED>y</HYPERV_ENABLED>
<IOMMU_ENFORCE_SNP>n</IOMMU_ENFORCE_SNP> <IOMMU_ENFORCE_SNP>n</IOMMU_ENFORCE_SNP>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">

View File

@ -16,7 +16,7 @@
<ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC> <ENFORCE_TURNOFF_AC>y</ENFORCE_TURNOFF_AC>
<RDT> <RDT>
<RDT_ENABLED>n</RDT_ENABLED> <RDT_ENABLED>n</RDT_ENABLED>
<CDP_ENABLED>n</CDP_ENABLED> <CDP_ENABLED>y</CDP_ENABLED>
</RDT> </RDT>
<HYPERV_ENABLED>y</HYPERV_ENABLED> <HYPERV_ENABLED>y</HYPERV_ENABLED>
<IOMMU_ENFORCE_SNP>n</IOMMU_ENFORCE_SNP> <IOMMU_ENFORCE_SNP>n</IOMMU_ENFORCE_SNP>
@ -24,8 +24,8 @@
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED> <L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
<IVSHMEM> <IVSHMEM>
<IVSHMEM_ENABLED>n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED>y</IVSHMEM_ENABLED>
<IVSHMEM_REGION></IVSHMEM_REGION> <IVSHMEM_REGION>hv:/shm_region_0, 2, 2:3</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
<PSRAM> <PSRAM>
<PSRAM_ENABLED>n</PSRAM_ENABLED> <PSRAM_ENABLED>n</PSRAM_ENABLED>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
@ -71,8 +71,8 @@
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device">00:17.0 SATA controller: Intel Corporation Device a0d3 (rev 20)</sata>
<nvme desc="vm nvme device">01:00.0 Non-Volatile memory controller: Intel Corporation SSD Pro 7600p/760p/E 6100p Series (rev 03)</nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
@ -71,7 +71,7 @@
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device">00:17.0 SATA controller: Intel Corporation Device a0d3 (rev 20)</sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
@ -116,10 +116,10 @@
<nvme desc="vm nvme device" /> <nvme desc="vm nvme device" />
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="4"> <uos id="4">
@ -156,10 +156,10 @@
<nvme desc="vm nvme device" /> <nvme desc="vm nvme device" />
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="5"> <uos id="5">
@ -196,10 +196,10 @@
<nvme desc="vm nvme device" /> <nvme desc="vm nvme device" />
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
<uos id="6"> <uos id="6">
@ -236,10 +236,10 @@
<nvme desc="vm nvme device" /> <nvme desc="vm nvme device" />
</passthrough_devices> </passthrough_devices>
<virtio_devices> <virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network>
<input desc="virtio input device" /> <input desc="virtio input device" />
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices> </virtio_devices>
</uos> </uos>
</acrn-config> </acrn-config>

View File

@ -5,7 +5,7 @@
<mem_size desc="UOS memory size in MByte">128</mem_size> <mem_size desc="UOS memory size in MByte">128</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<poweroff_channel desc="the method of power off uos"></poweroff_channel> <poweroff_channel desc="the method of power off uos"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">