acrn-config: remove hardcoded device in launch script

The "virtio-hyper_dmabuf" is no longer needed for PREEMPT-RT LINUX.
Remove it from launch script.

Tracked-On: #5565
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
Yang,Yu-chu 2020-12-01 15:44:04 +08:00 committed by wenlingz
parent e2590d88aa
commit e6dc6dfe0d
1 changed files with 0 additions and 2 deletions

View File

@ -626,8 +626,6 @@ def dm_arg_set(names, sel, virt_io, dm, vmid, config):
print(" -l com1,stdio \\", file=config)
if launch_cfg_lib.is_linux_like(uos_type) or uos_type in ("ANDROID", "ALIOS"):
if uos_type != "PREEMPT-RT LINUX":
print(" -s {},virtio-hyper_dmabuf \\".format(launch_cfg_lib.virtual_dev_slot("virtio-hyper_dmabuf")), file=config)
if board_name == "apl-mrb":
print(" -i /run/acrn/ioc_$vm_name,0x20 \\", file=config)
print(" -l com2,/run/acrn/ioc_$vm_name \\", file=config)