[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] block-backend: process I/O in the current AioContext
From: |
Stefan Hajnoczi |
Subject: |
[PATCH 0/2] block-backend: process I/O in the current AioContext |
Date: |
Tue, 15 Aug 2023 12:05:19 -0400 |
Switch blk_aio_*() APIs over to multi-queue by using
qemu_get_current_aio_context() instead of blk_get_aio_context(). This change
will allow devices to process I/O in multiple IOThreads in the future.
Stefan Hajnoczi (2):
block-backend: process I/O in the current AioContext
block-backend: process zoned requests in the current AioContext
block/block-backend.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
2.41.0
- [PATCH 0/2] block-backend: process I/O in the current AioContext,
Stefan Hajnoczi <=