Message ID | 20240108163735.254732-1-stefanha@redhat.com |
---|---|
State | New |
Headers | show |
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