qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/4] qcow2: clean-ups around lazy refcounts


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v2 0/4] qcow2: clean-ups around lazy refcounts
Date: Thu, 09 Aug 2012 17:02:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

Am 09.08.2012 14:05, schrieb Stefan Hajnoczi:
> The qcow2 lazy refcount feature was merged with two pending clean-ups 
> suggested
> by Kevin:
> 
> 1. Ensure that qemu-iotests/check -nocache 039 does not fail.
> 
> 2. Fix qemu-img check output when a dirty image file is opened.  It currently
>    omits the error summary because automatic repair cleans the image during
>    bdrv_open() before qemu-img.c can call bdrv_check().
> 
> v2:
>  * Fail when qcow2 check finds corruptions [Kevin]
> 
> Stefan Hajnoczi (4):
>   qed: mark image clean after repair succeeds
>   qcow2: mark image clean after repair succeeds
>   block: add BLOCK_O_CHECK for qemu-img check
>   qemu-iotests: skip 039 with ./check -nocache
> 
>  block.h                      |    1 +
>  block/qcow2.c                |   32 +++++++++++++++++---------------
>  block/qed-check.c            |   26 ++++++++++++++++++++++++++
>  block/qed.c                  |   11 ++---------
>  block/qed.h                  |    5 +++++
>  qemu-img.c                   |    2 +-
>  tests/qemu-iotests/039       |    1 +
>  tests/qemu-iotests/039.out   |    6 ++++++
>  tests/qemu-iotests/common.rc |   14 ++++++++++++++
>  9 files changed, 73 insertions(+), 25 deletions(-)

Thanks, applied all to the block branch.

Kevin



reply via email to

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