Configuring a pass-through DASD
In the configuration-XML, specify pass-through DASDs as CCW devices that are based on VFIO mediated devices on the host.
Before you begin
You use the UUID of the mediated device to configure a pass-through DASD.
Procedure
Example
<hostdev mode="subsystem" type="mdev" model="vfio-ccw">
<source>
<address uuid="90c6c135-ad44-41d0-b1b7-bae47de48627"/>
</source>
<address type="ccw" cssid="0xfe" ssid="0x0" devno="0x00a1"/>
</hostdev>
In
the example, the UUID of the mediated device on the host is
90c6c135-ad44-41d0-b1b7-bae47de48627
. On the guest, the bus ID of the DASD is
0.0.00a1
.