Skip to content
  • Christoph Hellwig's avatar
    block: add bdrv_probe_device method · 508c7cb3
    Christoph Hellwig authored
    
    
    Add a bdrv_probe_device method to all BlockDriver instances implementing
    host devices to move matching of host device types into the actual drivers.
    For now we keep exacly the old matching behaviour based on the devices names,
    although we really should have better detetion methods based on device
    information in the future.
    
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    508c7cb3