qemu-patch-raspberry4/target-xtensa
Richard Henderson 1ee73216f4 log: Add locking to large logging blocks
Reuse the existing locking provided by stdio to keep in_asm, cpu,
op, op_opt, op_ind, and out_asm as contiguous blocks.

While it isn't possible to interleave e.g. in_asm or op_opt logs
because of the TB lock protecting all code generation, it is
possible to interleave cpu logs, or to interleave a cpu dump with
an out_asm dump.

For mingw32, we appear to have no viable solution for this.  The locking
functions are not properly exported from the system runtime library.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2016-11-01 10:29:03 -06:00
..
core-dc232b Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
core-dc233c Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
core-fsf Clean up header guards that don't match their file name 2016-07-12 16:19:16 +02:00
core-dc232b.c xtensa: Clean up includes 2016-01-29 15:07:24 +00:00
core-dc233c.c xtensa: Clean up includes 2016-01-29 15:07:24 +00:00
core-fsf.c xtensa: Clean up includes 2016-01-29 15:07:24 +00:00
cpu-qom.h target-xtensa: make cpu-qom.h not target specific 2016-05-19 16:42:26 +02:00
cpu.c exec: move cpu_exec_init() calls to realize functions 2016-10-24 17:29:16 -02:00
cpu.h target-*: Clean up cpu.h header guards 2016-07-12 16:19:16 +02:00
gdbstub.c cpu: move exec-all.h inclusion out of cpu.h 2016-05-19 16:42:29 +02:00
helper.c cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 2016-06-09 15:55:02 +01:00
helper.h target-xtensa: record available window in TB flags 2014-12-17 05:49:32 +03:00
import_core.sh target-xtensa: fix gdb register map construction 2015-07-06 13:25:12 +03:00
Makefile.objs monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
monitor.c xtensa: Clean up includes 2016-01-29 15:07:24 +00:00
op_helper.c Fix confusing argument names in some common functions 2016-07-12 13:06:08 +01:00
overlay_tool.h target-xtensa: implement depbits instruction 2015-10-21 21:29:25 +03:00
translate.c log: Add locking to large logging blocks 2016-11-01 10:29:03 -06:00
xtensa-semi.c xtensa: Clean up includes 2016-01-29 15:07:24 +00:00