• L
    node device: prepare node_device_linux_sysfs.c to add more functions · d2a57815
    Laine Stump 提交于
    This file contains only a single function, detect_scsi_host_caps(),
    which is declared in node_device_driver.h and called from both the hal
    and udev backends. Other things common to the hal and udev drivers
    can be placed in that file though. As a prelude to adding further
    functions, this patch renames the existing function to something
    closer in line with other internal libvirt function names
    (nodeDeviceSysfsGetSCSIHostCaps()), and puts the declarations into a
    separate .h file.
    d2a57815
Makefile.am 88.3 KB