mbox

[PULL,0/1] 9p queue 2021-03-16

Message ID cover.1615891769.git.qemu_oss@crudebyte.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210316

Message

Christian Schoenebeck March 16, 2021, 10:49 a.m. UTC
The following changes since commit 2615a5e433aeb812c300d3a48e1a88e1303e2339:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-03-15 19:23:00 +0000)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210316

for you to fetch changes up to e4fd889f51094a8e76274ca1e9e0ed70375166f0:

  hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD (2021-03-16 11:41:49 +0100)

----------------------------------------------------------------
9pfs: code cleanup

* Use lock-guard design pattern instead of manual lock/unlock.

----------------------------------------------------------------
Mahmoud Mandour (1):
      hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD

 hw/9pfs/9p-synth.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Comments

Peter Maydell March 17, 2021, 7:23 p.m. UTC | #1
On Tue, 16 Mar 2021 at 11:00, Christian Schoenebeck
<qemu_oss@crudebyte.com> wrote:
>
> The following changes since commit 2615a5e433aeb812c300d3a48e1a88e1303e2339:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-03-15 19:23:00 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cschoenebeck/qemu.git tags/pull-9p-20210316
>
> for you to fetch changes up to e4fd889f51094a8e76274ca1e9e0ed70375166f0:
>
>   hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD (2021-03-16 11:41:49 +0100)
>
> ----------------------------------------------------------------
> 9pfs: code cleanup
>
> * Use lock-guard design pattern instead of manual lock/unlock.
>
> ----------------------------------------------------------------
> Mahmoud Mandour (1):
>       hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD
>
>  hw/9pfs/9p-synth.c | 12 ++++--------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM