mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
1.Remove cpu_sharing item from launch config xml. 2.Add cpu_affinity for launch config xmls to configurable POST VM cpu affinity from webUI. Tracked-On: #4641 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com> Acked-by: Terry Zou <terry.zou@intel.com>
33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<acrn-config board="tgl-rvp" scenario="industry" uos_launcher="1">
|
|
<uos id="1">
|
|
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
|
<rtos_type desc="UOS Realtime capability">no</rtos_type>
|
|
<mem_size desc="UOS memory size in MByte">2000</mem_size>
|
|
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
|
<vbootloader desc="">ovmf</vbootloader>
|
|
<rootfs_dev desc="">/dev/nvme0n1p3</rootfs_dev>
|
|
<rootfs_img desc="">/root/uos/uos.img</rootfs_img>
|
|
<console_type desc="UOS console type">com1(ttyS0)</console_type>
|
|
<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>
|
|
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
|
|
<pcpu_id></pcpu_id>
|
|
</cpu_affinity>
|
|
<passthrough_devices>
|
|
<usb_xdci desc="vm usb_xdci device" />
|
|
<audio desc="vm audio device" />
|
|
<audio_codec desc="vm audio codec device" />
|
|
<ipu desc="vm ipu device" />
|
|
<ipu_i2c desc="vm ipu_i2c device" />
|
|
<cse desc="vm cse device" />
|
|
<wifi desc="vm wifi device" />
|
|
<bluetooth desc="vm bluetooth" />
|
|
<sd_card desc="vm sd card device" />
|
|
<ethernet desc="vm ethernet device" />
|
|
<sata desc="vm sata device" />
|
|
<nvme desc="vm nvme device" />
|
|
</passthrough_devices>
|
|
</uos>
|
|
</acrn-config>
|