On 05.07.2016 17:24, Colin Lord wrote: > This puts the bdrv_probe_device functions into their own files to > facilitate the modularization of the block drivers. > > Signed-off-by: Colin Lord > --- > block/Makefile.objs | 1 + > block/probe/host_cdrom.c | 40 +++++++++++++++++++++++++++++++++++++ > block/probe/host_device.c | 30 ++++++++++++++++++++++++++++ > block/raw-posix.c | 51 +---------------------------------------------- > block/raw-win32.c | 10 +--------- > include/block/probe.h | 2 ++ > 6 files changed, 75 insertions(+), 59 deletions(-) > create mode 100644 block/probe/host_cdrom.c > create mode 100644 block/probe/host_device.c Reviewed-by: Max Reitz