libvirt/tests/nodedevschemadata/ccw_0_0_10000-invalid.xml
Bjoern Walk b0ffd938d4 node_device: detect CCW devices
Make CCW devices available to the node_device driver. The devices are
already seen by udev so let's implement necessary code for detecting
them properly.

Topologically, CCW devices are similar to PCI devices, e.g.:

    +- ccw_0_0_1a2b
        |
        +- scsi_host0
            |
            +- scsi_target0_0_0
                |
                +- scsi_0_0_0_0

Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Signed-off-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
2017-05-26 10:44:05 -04:00

11 lines
241 B
XML

<device>
<name>ccw_0_0_10000</name>
<path>/sys/devices/css0/0.0.0000/0.0.10000</path>
<parent>computer</parent>
<capability type='ccw'>
<cssid>0x0</cssid>
<ssid>0x0</ssid>
<devno>0x10000</devno>
</capability>
</device>