mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
11 lines
238 B
XML
11 lines
238 B
XML
<device>
|
|
<name>ccw_0_0_ffff</name>
|
|
<path>/sys/devices/css0/0.0.0000/0.0.ffff</path>
|
|
<parent>computer</parent>
|
|
<capability type='ccw'>
|
|
<cssid>0x0</cssid>
|
|
<ssid>0x0</ssid>
|
|
<devno>0xffff</devno>
|
|
</capability>
|
|
</device>
|