You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/accel/tcg
Richard Henderson 344b63b380 accel/tcg: Split out setjmp_gen_code
Isolate the code protected by setjmp.  Fixes:

translate-all.c: In function ‘tb_gen_code’:
translate-all.c:748:51: error: argument ‘cflags’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2 years ago
..
atomic_common.c.inc tracing: remove TCG memory access tracing 3 years ago
atomic_template.h Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
cpu-exec-common.c accel/tcg: Remove will_exit argument from cpu_restore_state 2 years ago
cpu-exec.c accel/tcg: Complete cpu initialization before registration 2 years ago
cputlb.c include/hw/core: Create struct CPUJumpCache 2 years ago
hmp.c Don't include sysemu/tcg.h if it is not necessary 3 years ago
internal.h accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb 2 years ago
ldst_common.c.inc exec/memop: Adding signedness to quad definitions 3 years ago
meson.build accel/tcg: Split out tb-maint.c 2 years ago
plugin-gen.c accel/tcg: Use DisasContextBase in plugin_gen_tb_start 2 years ago
plugin-helpers.h accel/tcg: Add tcg call flags to plugins helpers 3 years ago
tb-context.h tcg: Move tb_phys_invalidate_count to tb_ctx 3 years ago
tb-hash.h include/hw/core: Create struct CPUJumpCache 2 years ago
tb-jmp-cache.h accel/tcg: Introduce TARGET_TB_PCREL 2 years ago
tb-maint.c accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb 2 years ago
tcg-accel-ops-icount.c icount: Take iothread lock when running QEMU timers 2 years ago
tcg-accel-ops-icount.h Clean up header guards that don't match their file name 3 years ago
tcg-accel-ops-mttcg.c Revert "accel/tcg: Init TCG cflags in vCPU thread handler" 2 years ago
tcg-accel-ops-mttcg.h Clean up header guards that don't match their file name 3 years ago
tcg-accel-ops-rr.c Revert incorrect cflags initialization. 2 years ago
tcg-accel-ops-rr.h Clean up header guards that don't match their file name 3 years ago
tcg-accel-ops.c gdbstub: move guest debug support check to ops 2 years ago
tcg-accel-ops.h Clean up header guards that don't match their file name 3 years ago
tcg-all.c gdbstub: move sstep flags probing into AccelClass 2 years ago
tcg-runtime-gvec.c accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.c 4 years ago
tcg-runtime.c accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c 3 years ago
tcg-runtime.h accel/tcg: Standardize atomic helpers on softmmu api 3 years ago
trace-events docs: fix references to docs/devel/tracing.rst 4 years ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
translate-all.c accel/tcg: Split out setjmp_gen_code 2 years ago
translator.c accel/tcg: Introduce tb_{set_}page_addr{0,1} 2 years ago
user-exec-stub.c Do not include sysemu/sysemu.h if it's not really necessary 4 years ago
user-exec.c accel/tcg: Simplify page_get/alloc_target_data 2 years ago