mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-13 04:50:07 +00:00
Config_tools: Update get slot logic
Modify the initial value of PT_SLOT variable and update the get slot logic that all device call the virtual_dev_slot function to get slot number directly. Copy the launch_uos_id1.sh to launch_win.sh. Tracked-On: #6072 Signed-off-by: Kunhui Li <kunhuix.li@intel.com>
This commit is contained in:
@@ -632,7 +632,7 @@ def dm_arg_set(names, sel, virt_io, dm, vmid, config):
|
||||
break
|
||||
|
||||
if uos_type != "PREEMPT-RT LINUX":
|
||||
print(" -s 1:0,lpc \\", file=config)
|
||||
print(" -s 31:0,lpc \\", file=config)
|
||||
|
||||
# redirect console
|
||||
if dm['vuart0'][vmid] == "Enable":
|
||||
|
Reference in New Issue
Block a user