summary refs log tree commit diff stats
path: root/exec.c
diff options
context:
space:
mode:
authorRobert Foley <robert.foley@linaro.org>2019-11-18 16:15:25 -0500
committerAlex Bennée <alex.bennee@linaro.org>2019-12-18 20:18:02 +0000
commitb8121fe7c005dc3d56e82a0a5ce00563a5fd49d0 (patch)
treedea1643897c884bced66717121925c30f901f71a /exec.c
parent045e8861df8ec0922b1c47929d23dd61d8b75f8c (diff)
downloadfocaccia-qemu-b8121fe7c005dc3d56e82a0a5ce00563a5fd49d0.tar.gz
focaccia-qemu-b8121fe7c005dc3d56e82a0a5ce00563a5fd49d0.zip
Add a mutex to guarantee single writer to qemu_logfile handle.
Also added qemu_logfile_init() for initializing the logfile mutex.

Note that inside qemu_set_log() we needed to add a pair of
qemu_mutex_unlock() calls in order to avoid a double lock in
qemu_log_close().  This unavoidable temporary ugliness will be
cleaned up in a later patch in this series.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191118211528.3221-4-robert.foley@linaro.org>
Diffstat (limited to 'exec.c')
0 files changed, 0 insertions, 0 deletions