1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00
libvirt/src/node_device
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
..
node_device_driver.c node_device: detect CCW devices 2017-05-26 10:44:05 -04:00
node_device_driver.h conf: Introduce virnodedeviceobj 2017-03-03 18:36:09 -05:00
node_device_hal.c nodedev: Reduce virNodeDevCapDataPtr usage 2017-03-03 18:36:09 -05:00
node_device_hal.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
node_device_linux_sysfs.c node_device: fix memory leak in nodeDeviceSysfsGetSCSIHostCaps 2017-05-26 13:16:36 +02:00
node_device_linux_sysfs.h nodedev: Reduce virNodeDevCapDataPtr usage 2017-03-03 18:36:09 -05:00
node_device_udev.c node_device: detect CCW devices 2017-05-26 10:44:05 -04:00
node_device_udev.h Remove PROPERTY_* constants 2016-06-07 12:53:37 +02:00