qemu-patch-raspberry4/target-m68k
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
..
cpu-qom.h target-m68k: make cpu-qom.h not target specific 2016-05-19 13:08:05 +02:00
cpu.c target-m68k: Reorg flags handling 2016-10-25 20:54:47 +02:00
cpu.h target-m68k: introduce byte and word cc_ops 2016-10-28 10:38:48 +02:00
gdbstub.c qemu-common: push cpu.h inclusion out of qemu-common.h 2016-05-19 16:42:29 +02:00
helper.c target-m68k: introduce byte and word cc_ops 2016-10-28 10:38:48 +02:00
helper.h target-m68k: Inline addx, subx, negx 2016-10-28 10:38:48 +02:00
m68k-semi.c cpu: move exec-all.h inclusion out of cpu.h 2016-05-19 16:42:29 +02:00
Makefile.objs cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
op_helper.c target-m68k: Reorg flags handling 2016-10-25 20:54:47 +02:00
qregs.def target-m68k: Reorg flags handling 2016-10-25 20:54:47 +02:00
translate.c log: Add locking to large logging blocks 2016-11-01 10:29:03 -06:00