mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3583e75d7e
Prior to this patch we didn't make any attempt to prevent two entries in the array of interfaces/PCI devices from pointing to the same device. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1002423
12 lines
550 B
XML
12 lines
550 B
XML
<network>
|
|
<name>hostdev</name>
|
|
<uuid>81ff0d90-c91e-6742-64da-4a736edb9a9b</uuid>
|
|
<forward mode='hostdev' managed='yes'>
|
|
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
|
|
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x2'/>
|
|
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x3'/>
|
|
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x3'/>
|
|
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x4'/>
|
|
</forward>
|
|
</network>
|