2016-09-03 20:29:14 +02:00
|
|
|
<hostdev type="pci" managed="yes"
|
2017-05-22 01:01:45 +02:00
|
|
|
{% if options.get('no-strict-reset', False) %}
|
2016-09-03 20:29:14 +02:00
|
|
|
nostrictreset="yes"
|
|
|
|
{% endif %}
|
|
|
|
>
|
2016-06-15 19:08:00 +02:00
|
|
|
<source>
|
|
|
|
<address
|
|
|
|
bus="0x{{ device.bus }}"
|
|
|
|
slot="0x{{ device.device }}"
|
|
|
|
function="0x{{ device.function }}" />
|
|
|
|
</source>
|
|
|
|
</hostdev>
|
|
|
|
|
|
|
|
{# vim : set ft=jinja ts=4 sts=4 sw=4 et : #}
|