qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v3 31/32] blockdev: Separate out bdrv_probe_devi


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH v3 31/32] blockdev: Separate out bdrv_probe_device functions
Date: Wed, 6 Jul 2016 18:29:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

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 <address@hidden>
> ---
>  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 <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]