From 132f0608aa28c733ffb49fe7516bf73c7a9765e2 Mon Sep 17 00:00:00 2001 From: Simon Gaiser Date: Fri, 19 Jan 2018 02:03:45 +0100 Subject: [PATCH] pci: Add permissive options --- templates/libvirt/devices/pci.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/libvirt/devices/pci.xml b/templates/libvirt/devices/pci.xml index 8cfdc66c..ac52792f 100644 --- a/templates/libvirt/devices/pci.xml +++ b/templates/libvirt/devices/pci.xml @@ -2,6 +2,9 @@ {% if options.get('no-strict-reset', False) %} nostrictreset="yes" {% endif %} +{% if options.get('permissive', False) %} + permissive="yes" +{% endif %} >