index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translate-all.c
Age
Commit message (
Expand
)
Author
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
2021-02-18
accel/tcg: re-factor non-RAM execution code
Alex Bennée
2021-02-18
target/sh4: Create superh_io_recompile_replay_branch
Richard Henderson
2021-02-18
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
2021-02-18
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
2021-01-23
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
2021-01-23
accel/tcg: Make cpu_gen_init() static
Philippe Mathieu-Daudé
2021-01-07
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
2021-01-07
accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
Richard Henderson
2021-01-07
accel/tcg: Support split-wx for darwin/iOS with vm_remap
Richard Henderson
2021-01-07
accel/tcg: Support split-wx for linux with memfd
Richard Henderson
2021-01-07
tcg: Add --accel tcg,split-wx property
Richard Henderson
2021-01-07
tcg: Use Error with alloc_code_gen_buffer
Richard Henderson
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
tcg: Add in_code_gen_buffer
Richard Henderson
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-12-15
accel/tcg: Remove deprecated '-tb-size' option
Philippe Mathieu-Daudé
2020-10-27
accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()
Peter Maydell
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2020-10-03
disas: Move host asm annotations to tb_gen_code
Richard Henderson
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-07-27
accel/tcg: better handle memory constrained systems
Alex Bennée
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-16
translate-all: call qemu_spin_destroy for PageDesc
Emilio G. Cota
2020-06-16
tcg: call qemu_spin_destroy for tb->jmp_lock
Emilio G. Cota
2020-05-15
translate-all: include guest address in out_asm output
Alex Bennée
2020-05-15
disas: include an optional note for the start of disassembly
Alex Bennée
2020-05-15
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
2020-03-28
tcg: Remove softmmu code_gen_buffer fixed address
Richard Henderson
2020-02-28
accel/tcg: increase default code gen buffer size for 64 bit
Alex Bennée
2020-02-28
accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts
Alex Bennée
2020-02-28
accel/tcg: remove link between guest ram and TCG cache size
Alex Bennée
2020-02-28
accel/tcg: use units.h for defining code gen buffer sizes
Alex Bennée
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2019-10-28
translate-all: notify plugin code of tb_flush
Emilio G. Cota
2019-10-28
translate-all: use cpu_in_exclusive_work_context() in tb_flush
Emilio G. Cota
2019-10-28
translate-all: Remove tb_alloc
Richard Henderson
2019-10-28
translate-all: fix uninitialized tb->orig_tb
Clement Deschamps
2019-09-25
cputlb: Pass retaddr to tb_check_watchpoint
Richard Henderson
[next]