qemu/net/can
Richard Henderson 78b548583e *: Use fprintf between qemu_log_trylock/unlock
Inside qemu_log, we perform qemu_log_trylock/unlock, which need
not be done if we have already performed the lock beforehand.

Always check the result of qemu_log_trylock -- only checking
qemu_loglevel_mask races with the acquisition of the lock on
the logfile.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220417183019.755276-10-richard.henderson@linaro.org>
2022-04-20 10:51:11 -07:00
..
can_core.c net/can: Add can_dlc2len and can_len2dlc for CAN FD. 2020-09-30 19:11:37 +02:00
can_host.c can_host: Use class properties 2020-12-15 10:02:07 -05:00
can_socketcan.c *: Use fprintf between qemu_log_trylock/unlock 2022-04-20 10:51:11 -07:00
meson.build meson: convert net directory to Meson 2020-08-21 06:30:23 -04:00