[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/12] docs: remove AioContext lock from IOThread docs
From: |
Eric Blake |
Subject: |
Re: [PATCH 09/12] docs: remove AioContext lock from IOThread docs |
Date: |
Thu, 30 Nov 2023 16:38:47 -0600 |
User-agent: |
NeoMutt/20231103 |
On Wed, Nov 29, 2023 at 02:55:50PM -0500, Stefan Hajnoczi wrote:
> Encourage the use of locking primitives and stop mentioning the
> AioContext lock since it is being removed.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> docs/devel/multiple-iothreads.txt | 45 +++++++++++--------------------
> 1 file changed, 15 insertions(+), 30 deletions(-)
>
> diff --git a/docs/devel/multiple-iothreads.txt
> b/docs/devel/multiple-iothreads.txt
> index a3e949f6b3..4865196bde 100644
> --- a/docs/devel/multiple-iothreads.txt
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
- [PATCH 06/12] scsi: remove AioContext locking, (continued)
- [PATCH 06/12] scsi: remove AioContext locking, Stefan Hajnoczi, 2023/11/29
- [PATCH 07/12] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED(), Stefan Hajnoczi, 2023/11/29
- [PATCH 08/12] aio: remove aio_context_acquire()/aio_context_release() API, Stefan Hajnoczi, 2023/11/29
- [PATCH 05/12] block: remove AioContext locking, Stefan Hajnoczi, 2023/11/29
- [PATCH 09/12] docs: remove AioContext lock from IOThread docs, Stefan Hajnoczi, 2023/11/29
- Re: [PATCH 09/12] docs: remove AioContext lock from IOThread docs,
Eric Blake <=
- [PATCH 11/12] job: remove outdated AioContext locking comments, Stefan Hajnoczi, 2023/11/29
- [PATCH 10/12] scsi: remove outdated AioContext lock comment, Stefan Hajnoczi, 2023/11/29
- [PATCH 12/12] block: remove outdated AioContext locking comments, Stefan Hajnoczi, 2023/11/29