<model> as a child element of <interface>
Specifies the interface model type.
Text content
None.Selected attributes
- type=virtio
- Specifies the interface model type virtio.
Usage
Parent elements
<interface>Child elements
None.Example
This example configures a virtio interface:
<interface type="direct">
<source dev="enca100" mode="bridge"/>
<model type="virtio"/>
</interface>