Re: [Qemu-devel] [PATCH v2 0/3] blklogwrites improvements

2018-07-05 Thread Kevin Wolf
Am 04.07.2018 um 16:59 hat Ari Sundholm geschrieben: > This patch set contains a trivial printf format fix, followed by two > new features for the blklogwrites driver. > > The first feature is an option to append to an existing log, adopting > its sector size and other metadata in its superblock.

[Qemu-devel] [PATCH v2 0/3] blklogwrites improvements

2018-07-04 Thread Ari Sundholm
This patch set contains a trivial printf format fix, followed by two new features for the blklogwrites driver. The first feature is an option to append to an existing log, adopting its sector size and other metadata in its superblock. This can be useful, and was suggested by Kevin Wolf. The secon