[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool

Emanuele Giuseppe Esposito posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220609134452.1146309-1-eesposit@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Stefan Weil <sw@weilnetz.de>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>
There is a newer version of this series
block/file-posix.c    | 22 +++++++++++-----------
block/file-win32.c    |  2 +-
block/linux-aio.c     | 13 ++++++-------
block/qcow2-threads.c |  2 +-
include/block/aio.h   |  4 ----
util/thread-pool.c    |  6 +-----
6 files changed, 20 insertions(+), 29 deletions(-)
[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
Posted by Emanuele Giuseppe Esposito 1 year, 11 months ago
Just remove some AioContext lock in LinuxAioState and ThreadPool.
Not related to anything specific, so I decided to send it as
a separate patch.

These patches are taken from Paolo's old draft series.

Emanuele Giuseppe Esposito (1):
  thread-pool: use ThreadPool from the running thread

Paolo Bonzini (1):
  linux-aio: use LinuxAioState from the running thread

 block/file-posix.c    | 22 +++++++++++-----------
 block/file-win32.c    |  2 +-
 block/linux-aio.c     | 13 ++++++-------
 block/qcow2-threads.c |  2 +-
 include/block/aio.h   |  4 ----
 util/thread-pool.c    |  6 +-----
 6 files changed, 20 insertions(+), 29 deletions(-)

-- 
2.31.1