mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
In current implementation, we only support OVMF as vbootloader, so set vbootloader attributes to readonly in related XMLs to avoid issues. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<acrn-config board="generic" scenario="industry" uos_launcher="1">
|
|
<uos id="1">
|
|
<uos_type desc="UOS type"></uos_type>
|
|
<rtos_type desc="UOS Realtime capability"></rtos_type>
|
|
<mem_size desc="UOS memory size in MByte"></mem_size>
|
|
<gvt_args desc="GVT argument for the vm"></gvt_args>
|
|
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
|
|
<rootfs_dev desc=""></rootfs_dev>
|
|
<rootfs_img desc=""></rootfs_img>
|
|
<console_type desc="UOS console type"></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>
|
|
|
|
<passthrough_devices>
|
|
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
|
<audio desc="vm audio device"></audio>
|
|
<audio_codec desc="vm audio codec device"></audio_codec>
|
|
<ipu desc="vm ipu device"></ipu>
|
|
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
|
|
<cse desc="vm cse device"></cse>
|
|
<wifi desc="vm wifi device"></wifi>
|
|
<bluetooth desc="vm bluetooth"></bluetooth>
|
|
<sd_card desc="vm sd card device"></sd_card>
|
|
<ethernet desc="vm ethernet device"></ethernet>
|
|
<sata desc="vm sata device"></sata>
|
|
<nvme desc="vm nvme device"></nvme>
|
|
</passthrough_devices>
|
|
|
|
<virtio_devices>
|
|
<input desc="virtio input device"></input>
|
|
</virtio_devices>
|
|
</uos>
|
|
</acrn-config>
|