(Single Root I/O Virtualization) virtual function (VF)
devices can be assigned in this manner; to assign a
standard single-port PCI or PCIe ethernet card to a guest,
- use the traditional <code>< hostdev></code> device
+ use the traditional <code><hostdev></code> device
definition. <span class="since"> Since 0.10.0</span>
<p>
<p>Note that this "intelligent passthrough" of network
devices is very similar to the functionality of a
- standard <code>< hostdev></code> device, the
+ standard <code><hostdev></code> device, the
difference being that this method allows specifying a MAC
- address, vlan tag, and <code><virtualport ></code>
+ address, vlan tag, and <code><virtualport></code>
for the passed-through device. If these capabilities are
not required, if you have a standard single-port PCI,
PCIe, or USB network card that doesn't support SR-IOV (and
<span class="since">since 0.10.0</span> When using forward
mode 'hostdev', the interface pool is specified with a list
of <code><address></code> elements, each of which has
- <code>< type></code> (must always be <code>'pci'</code>,
+ <code><type></code> (must always be <code>'pci'</code>),
<code><domain></code>, <code><bus></code>,
- <code><slot></code>, and <code><function></code>
+ <code><slot></code>and <code><function></code>
attributes.
</p>
<pre>