From 01ea78a0fe425556f6874aee23cda52bacd82f11 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:30:08 +0000 Subject: [PATCH] fix permissive command line example --- common-tasks/pci-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/pci-devices.md b/common-tasks/pci-devices.md index db1332cb..91e42924 100644 --- a/common-tasks/pci-devices.md +++ b/common-tasks/pci-devices.md @@ -119,7 +119,7 @@ Allow write access to full PCI config space instead of whitelisted registers. Th usage example: - qvm-pci a work dom0:00_1a.0 --persistent -o no-strict-reset=true + qvm-pci a work dom0:00_1a.0 --persistent -o permissive=true ## Bringing PCI Devices Back to dom0 ##