qemu-patch-raspberry4/target-tricore
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
..
Makefile.objs target-tricore: Add FPU infrastructure 2016-03-23 09:22:48 +01:00
cpu-qom.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +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
csfr.def target-tricore: Fix new typos 2015-01-15 10:44:13 +03:00
fpu_helper.c target-tricore: Add ftoi and itof instructions 2016-03-23 09:22:48 +01:00
helper.c cpu: move exec-all.h inclusion out of cpu.h 2016-05-19 16:42:29 +02:00
helper.h target-tricore: Add ftoi and itof instructions 2016-03-23 09:22:48 +01:00
op_helper.c Fix confusing argument names in some common functions 2016-07-12 13:06:08 +01:00
translate.c log: Add locking to large logging blocks 2016-11-01 10:29:03 -06:00
tricore-defs.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
tricore-opcodes.h target-tricore: Add FPU infrastructure 2016-03-23 09:22:48 +01:00