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