qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v2 0/2] qcow2 cleanups


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH v2 0/2] qcow2 cleanups
Date: Fri, 17 Dec 2010 16:17:29 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

Am 17.12.2010 16:02, schrieb address@hidden:
> From: Jes Sorensen <address@hidden>
> 
> Hi,
> 
> These two patches tries to clean up the qcow2 code a little. First
> makes the function names consistent, ie. we shouldn't have qcow_
> functions in the qcow2 code. Second tries to add proper errno return
> values to qcow2_open().
> 
> New in v2: Fix the bdrv_pread() handling as pointed out by Kevin. Fix
> error messages, and restore a couple of cases to their unreadable
> formatting to avoid formatting changes not directly related to the
> qcow_->qcow2_ rename.
> 
> Jes
> 
> Jes Sorensen (2):
>   block/qcow2.c: rename qcow_ functions to qcow2_
>   Add proper -errno error return values to qcow2_open()
> 
>  block/qcow2-cluster.c  |    6 +-
>  block/qcow2-snapshot.c |    6 +-
>  block/qcow2.c          |  248 
> +++++++++++++++++++++++++++---------------------
>  3 files changed, 145 insertions(+), 115 deletions(-)

Thanks, applied to the block branch.

Kevin



reply via email to

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