mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
config_tool: remove "gpu" parameter when pass-thru IGD
remove "gpu" parameter when pass-thru IGD Tracked-On: #6357 Signed-off-by: Liu,Junming <junming.liu@intel.com>
This commit is contained in:
@@ -230,7 +230,7 @@ def gvt_arg_set(dm, vmid, uos_type, config):
|
||||
bus = int(gpu_bdf[0:2], 16)
|
||||
dev = int(gpu_bdf[3:5], 16)
|
||||
fun = int(gpu_bdf[6:7], 16)
|
||||
print(' -s 2,passthru,{}/{}/{},gpu \\'.format(bus, dev, fun), file=config)
|
||||
print(' -s 2,passthru,{}/{}/{} \\'.format(bus, dev, fun), file=config)
|
||||
elif gvt_args:
|
||||
print(' -s 2,pci-gvt -G "$2" \\', file=config)
|
||||
|
||||
|
Reference in New Issue
Block a user