qemu/target-ppc
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
..
translate target-ppc: Add xvcmpnesp, xvcmpnedp instructions 2016-10-28 11:17:35 +11:00
Makefile.objs
STATUS
arch_dump.c
cpu-models.c
cpu-models.h
cpu-qom.h exec: call cpu_exec_exit() from a CPU unrealize common function 2016-10-24 17:29:16 -02:00
cpu.h
dfp_helper.c
excp_helper.c ppc: allow certain HV interrupts to be delivered to guests 2016-10-28 11:17:35 +11:00
fpu_helper.c target-ppc: Add xvcmpnesp, xvcmpnedp instructions 2016-10-28 11:17:35 +11:00
gdbstub.c
helper.h target-ppc: Add xvcmpnesp, xvcmpnedp instructions 2016-10-28 11:17:35 +11:00
helper_regs.h
int_helper.c target-ppc: implement vnegw/d instructions 2016-10-28 09:36:58 +11:00
kvm-stub.c
kvm.c
kvm_ppc.h
machine.c clean-up: removed duplicate #includes 2016-10-28 18:17:24 +03:00
mem_helper.c clean-up: removed duplicate #includes 2016-10-28 18:17:24 +03:00
mfrom_table.c
mfrom_table_gen.c
misc_helper.c
mmu-hash32.c
mmu-hash32.h
mmu-hash64.c
mmu-hash64.h
mmu_helper.c
monitor.c
timebase_helper.c
trace-events
translate.c log: Add locking to large logging blocks 2016-11-01 10:29:03 -06:00
translate_init.c exec: call cpu_exec_exit() from a CPU unrealize common function 2016-10-24 17:29:16 -02:00
user_only_helper.c