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
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
..
hvf Fix 'writeable' typos 2 years ago
kvm i386: add notify VM exit support 2 years ago
qtest accel/qtest: Support qtest accelerator for Windows 2 years ago
stubs accel/kvm: move kvm_update_guest_debug to inline stub 2 years ago
tcg accel/tcg: Split out setjmp_gen_code 2 years ago
xen sysemu: Let VMChangeStateHandler take boolean 'running' argument 4 years ago
Kconfig Add NVMM accelerator: configure and build logic 4 years ago
accel-common.c gdbstub: move sstep flags probing into AccelClass 2 years ago
accel-softmmu.c accel: abort if we fail to load the accelerator plugin 2 years ago
accel-softmmu.h accel: replace struct CpusAccel with AccelOpsClass 4 years ago
accel-user.c accel: extend AccelState and AccelClass to user-mode 4 years ago
dummy-cpus.c accel/qtest: Support qtest accelerator for Windows 2 years ago
meson.build accel/qtest: Support qtest accelerator for Windows 2 years ago