On 05.07.2016 17:24, Colin Lord wrote: > Completes the separation of the qcow probe from the qcow driver. The > qcow probe now returns the format in addition to the score, allowing > correlation of the score and driver without the probe function being > part of the driver itself. > > Signed-off-by: Colin Lord > --- > block.c | 1 + > block/probe/qcow.c | 16 +++++++++++----- > block/qcow.c | 1 - > include/block/probe.h | 3 ++- > 4 files changed, 14 insertions(+), 7 deletions(-) Reviewed-by: Max Reitz