<devices>
Specifies the virtual network and block devices of the virtual server.
Text content
None.Selected attributes
None.Usage
Configuring devicesParent elements
<domain>Child elements
Example
<devices>
<interface type="direct">
<source dev="enc1108" mode="bridge"/>
<model type="virtio"/>
</interface>
<disk type="block" device="disk">
<driver name="qemu" type="raw" cache="none" io="native" iothread="1"/>
<source dev="/dev/mapper/36005076305ffc1ae00000000000021d5"/>
<target dev="vdb" bus="virtio"/>
<address type="ccw" cssid="0xfe" ssid="0x0" devno="0x3c1b"/>
</disk>
</devices>