2016-09-03 20:29:14 +02:00
|
|
|
<hostdev type="pci" managed="yes"
|
|
|
|
{% if vm.features.get('pci-no-strict-reset/' + device.ident, False) %}
|
|
|
|
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 : #}
|