[Qemu-devel] [PATCH 0/1] qcow2: Check that corrupted images can be repaired in iotest 060

Alberto Garcia posted 1 patch 6 years, 4 months ago
Failed in applying to current master (apply log)
tests/qemu-iotests/060     | 10 ++++++++
tests/qemu-iotests/060.out | 64 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
[Qemu-devel] [PATCH 0/1] qcow2: Check that corrupted images can be repaired in iotest 060
Posted by Alberto Garcia 6 years, 4 months ago
Hi,

I sent the 'Misc qcow2 corruption checks' series the other day, and
Kevin suggested that we check that the corrupted images can be
repaired using qemu-img.

This patch extends the tests that I wrote in order to do just
that. Since the series is already in Max's branch I decided to write
this as a follow-up patch, but if you prefer I can resend it instead.

Regards,

Berto

Alberto Garcia (1):
  qcow2: Check that corrupted images can be repaired in iotest 060

 tests/qemu-iotests/060     | 10 ++++++++
 tests/qemu-iotests/060.out | 64 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

-- 
2.11.0


Re: [Qemu-devel] [PATCH 0/1] qcow2: Check that corrupted images can be repaired in iotest 060
Posted by Max Reitz 6 years, 4 months ago
On 2017-11-08 13:13, Alberto Garcia wrote:
> Hi,
> 
> I sent the 'Misc qcow2 corruption checks' series the other day, and
> Kevin suggested that we check that the corrupted images can be
> repaired using qemu-img.
> 
> This patch extends the tests that I wrote in order to do just
> that. Since the series is already in Max's branch I decided to write
> this as a follow-up patch, but if you prefer I can resend it instead.
> 
> Regards,
> 
> Berto

Thanks, applied to my block branch:

https://github.com/XanClic/qemu/commits/block

Max