[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/6] Block patches
From: |
Peter Maydell |
Subject: |
Re: [PULL 0/6] Block patches |
Date: |
Tue, 9 Jan 2024 14:24:01 +0000 |
On Mon, 8 Jan 2024 at 16:37, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit ffd454c67e38cc6df792733ebc5d967eee28ac0d:
>
> Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into
> staging (2024-01-08 10:28:42 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 0b2675c473f68f13bc5ca1dd1c43ce421542e7b8:
>
> Rename "QEMU global mutex" to "BQL" in comments and docs (2024-01-08
> 10:45:43 -0500)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------
>
> Philippe Mathieu-Daudé (1):
> iothread: Remove unused Error** argument in aio_context_set_aio_params
>
> Stefan Hajnoczi (5):
> system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
> qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
> qemu/main-loop: rename qemu_cond_wait_iothread() to
> qemu_cond_wait_bql()
> Replace "iothread lock" with "BQL" in comments
> Rename "QEMU global mutex" to "BQL" in comments and docs
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.
-- PMM
- [PULL 0/6] Block patches, Stefan Hajnoczi, 2024/01/08
- [PULL 1/6] iothread: Remove unused Error** argument in aio_context_set_aio_params, Stefan Hajnoczi, 2024/01/08
- [PULL 2/6] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock(), Stefan Hajnoczi, 2024/01/08
- [PULL 4/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql(), Stefan Hajnoczi, 2024/01/08
- [PULL 3/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD, Stefan Hajnoczi, 2024/01/08
- [PULL 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs, Stefan Hajnoczi, 2024/01/08
- [PULL 5/6] Replace "iothread lock" with "BQL" in comments, Stefan Hajnoczi, 2024/01/08
- Re: [PULL 0/6] Block patches,
Peter Maydell <=