Re: [Qemu-devel] [PATCH v3 23/32] blockdev: Separate qcow2 probe from its driver

2016-07-06 Thread Max Reitz
On 05.07.2016 17:24, Colin Lord wrote: > Completes the separation of the qcow2 probe from the qcow2 driver. The > qcow2 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

[Qemu-devel] [PATCH v3 23/32] blockdev: Separate qcow2 probe from its driver

2016-07-05 Thread Colin Lord
Completes the separation of the qcow2 probe from the qcow2 driver. The qcow2 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 +