Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: e4fd889f51094a8e76274ca1e9e0ed70375166f0
https://github.com/qemu/qemu/commit/e4fd889f51094a8e76274ca1e9e0ed70375166f0
Author: Mahmoud Mandour <[email protected]>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M hw/9pfs/9p-synth.c
Log Message:
-----------
hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD
Replaced a call to qemu_mutex_lock and its respective call to
qemu_mutex_unlock and used QEMU_LOCK_GUARD macro in their place.
This simplifies the code by removing the call required to unlock
and also eliminates goto paths.
Signed-off-by: Mahmoud Mandour <[email protected]>
Acked-by: Greg Kurz <[email protected]>
Reviewed-by: Christian Schoenebeck <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Schoenebeck <[email protected]>
Commit: 69259911f948ad2755bd1f2c999dd60ac322c890
https://github.com/qemu/qemu/commit/69259911f948ad2755bd1f2c999dd60ac322c890
Author: Peter Maydell <[email protected]>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M hw/9pfs/9p-synth.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210316'
into staging
9pfs: code cleanup
* Use lock-guard design pattern instead of manual lock/unlock.
# gpg: Signature made Tue 16 Mar 2021 10:49:09 GMT
# gpg: using RSA key 96D8D110CF7AF8084F88590134C2B58765A47395
# gpg: issuer "[email protected]"
# gpg: Good signature from "Christian Schoenebeck <[email protected]>"
[unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: ECAB 1A45 4014 1413 BA38 4926 30DB 47C3 A012 D5F4
# Subkey fingerprint: 96D8 D110 CF7A F808 4F88 5901 34C2 B587 65A4 7395
* remotes/cschoenebeck/tags/pull-9p-20210316:
hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD
Signed-off-by: Peter Maydell <[email protected]>
Compare: https://github.com/qemu/qemu/compare/ce90fecbeb83...69259911f948