qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 09/16] qemu-img: Use BlockBackend as far as p


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v4 09/16] qemu-img: Use BlockBackend as far as possible
Date: Fri, 13 Feb 2015 13:22:41 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Feb 05, 2015 at 01:58:18PM -0500, Max Reitz wrote:
> Although qemu-img already creates BlockBackends, it does not do accesses
> to the images through them. This patch converts all of the bdrv_* calls
> for which this is currently possible to blk_* calls. Most of the
> remaining calls will probably stay bdrv_* calls because they really do
> operate on the BDS level instead of the BB level.
> 
> Signed-off-by: Max Reitz <address@hidden>
> ---
>  qemu-img.c | 82 
> ++++++++++++++++++++++++++++++--------------------------------
>  1 file changed, 39 insertions(+), 43 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: pgpDZ9twIfLnM.pgp
Description: PGP signature


reply via email to

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