qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v3 02/10] block: Add blklogwrites


From: Eric Blake
Subject: Re: [Qemu-block] [PATCH v3 02/10] block: Add blklogwrites
Date: Thu, 7 Jun 2018 13:56:14 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 06/07/2018 10:38 AM, Ari Sundholm wrote:
From: Aapo Vienamo <address@hidden>

Implements a block device write logging system, similar to Linux kernel
device mapper dm-log-writes. The write operations that are performed
on a block device are logged to a file or another block device. The
write log format is identical to the dm-log-writes format. Currently,
log markers are not supported.

This functionality can be used for crash consistency and fs consistency
testing. By implementing it in qemu, tests utilizing write logs can be
be used to test non-Linux drivers and older kernels.

The implementation is based on the blkverify and blkdebug block drivers.

Signed-off-by: Aapo Vienamo <address@hidden>
Signed-off-by: Ari Sundholm <address@hidden>
---
  MAINTAINERS          |   6 +
  block/Makefile.objs  |   1 +
  block/blklogwrites.c | 383 +++++++++++++++++++++++++++++++++++++++++++++++++++
  qapi/block-core.json |  29 +++-

I commented on v2 before seeing v3; but the same issues are still present in block-core.json (since our mails crossed).

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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