Home
last modified time | relevance | path

Searched hist:"508 c7cb3fa666f0c4723946869f318ec7751ecbd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 508c7cb3fa666f0c4723946869f318ec7751ecbd Mon Jun 15 07:04:22 CDT 2009 Christoph Hellwig <hch@lst.de> block: add bdrv_probe_device method

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: Christoph Hellwig <hch@lst.de>