17bddc4 hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI

Authored and Committed by John Ferlan 9 years ago
    hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI
    
    Create the structures and API's to hold and manage the iSCSI host device.
    This extends the 'scsi_host' definitions added in commit id '5c811dce'.
    A future patch will add the XML parsing, but that code requires some
    infrastructure to be in place first in order to handle the differences
    between a 'scsi_host' and an 'iSCSI host' device.
    
        
file modified
+15 -5
file modified
+42 -5
file modified
+20 -0
file modified
+24 -11
file modified
+63 -11
file modified
+26 -10
file modified
+12 -0
file modified
+129 -71