qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v3 0/8] block: refactor write threshold


From: Max Reitz
Subject: Re: [PATCH v3 0/8] block: refactor write threshold
Date: Wed, 12 May 2021 19:31:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 06.05.21 11:06, Vladimir Sementsov-Ogievskiy wrote:
Hi all!

v3:
01-04,06,07: add Max's r-b.
01: improve commit msg and comments
03: improve commit msg
05: add more comments and qemu/atomic.h include
08: new, replacement for v2:08,09

Vladimir Sementsov-Ogievskiy (8):
   block/write-threshold: don't use write notifiers
   block: drop write notifiers
   test-write-threshold: rewrite test_threshold_(not_)trigger tests
   block/write-threshold: drop extra APIs
   block/write-threshold: don't use aio context lock
   test-write-threshold: drop extra tests
   test-write-threshold: drop extra TestStruct structure
   write-threshold: deal with includes

  include/block/block_int.h         |  19 ++---
  include/block/write-threshold.h   |  31 +++------
  block.c                           |   1 -
  block/io.c                        |  11 +--
  block/write-threshold.c           | 111 +++++++-----------------------
  tests/unit/test-write-threshold.c |  90 ++----------------------
  6 files changed, 52 insertions(+), 211 deletions(-)

Thanks, I’ve applied all patches but patch 5 to my block branch, with the changes Eric has suggested:

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

Max




reply via email to

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