We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faaad0 commit a6d25abCopy full SHA for a6d25ab
qubesadmin/tools/qvm_device.py
@@ -333,7 +333,7 @@ def assign_device(args):
333
f"{DEVICE_DENY_LIST}\n Auto-attach will work, "
334
f"but make sure that the assignment is correct."
335
)
336
- if vm.is_running() and not args.quiet:
+ if vm.is_running() and not args.quiet and device.devclass != "pci":
337
_print_attach_hint(assignment, vm)
338
339
0 commit comments