mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
b0ffd938d4
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>
|