Robert Foley fc59d2d870 qemu_log_lock/unlock now preserves the qemu_logfile handle.
qemu_log_lock() now returns a handle and qemu_log_unlock() receives a
handle to unlock.  This allows for changing the handle during logging
and ensures the lock() and unlock() are for the same file.

Also in target/tilegx/translate.c removed the qemu_log_lock()/unlock()
calls (and the log("\n")), since the translator can longjmp out of the
loop if it attempts to translate an instruction in an inaccessible page.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191118211528.3221-5-robert.foley@linaro.org>
2019-12-18 20:18:02 +00:00
..
2019-11-23 15:51:48 +01:00
2019-08-16 13:31:52 +02:00
2019-08-21 09:13:37 +02:00
2019-12-17 09:01:14 +01:00
2019-08-16 13:31:52 +02:00
2019-12-16 13:04:46 +01:00
2019-12-16 13:04:46 +01:00
2019-08-16 13:31:53 +02:00
2019-12-16 10:46:34 +00:00
2019-12-14 10:25:50 +01:00
2019-12-17 10:39:48 +11:00
2019-08-16 13:31:53 +02:00
2019-08-16 13:31:53 +02:00
2019-11-05 18:52:29 +01:00
2019-12-16 13:16:15 +01:00
2019-10-28 19:06:47 +01:00
2019-12-17 10:59:11 +11:00
2019-11-19 10:01:34 +01:00
2019-08-16 13:31:53 +02:00
2019-08-16 13:31:52 +02:00
2019-12-14 10:22:38 +01:00
2019-08-16 13:31:53 +02:00
2019-10-18 20:38:10 -07:00
2019-12-17 09:01:14 +01:00
2019-12-17 09:01:14 +01:00