Files
acrn-hypervisor/misc/acrn-config/xmls/config-xmls/tgl-rvp/industry_launch_1uos.xml
Wei Liu d699347e7b acrn-config: change gvt_args from selectbox to editbox
1. Some VMs don't need pci-gvt args or or need specific configuration
for 'gvt_args' item tag, this patch changes from selectable behavior to
editable for 'gvt_args' item from webUI.

2. Modify the description for gvt_args item tag from launch config xmls.

Tracked-On: #3854
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
2019-12-13 13:48:14 +08:00

29 lines
1.4 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>
<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>