index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translate-all.c
Age
Commit message (
Expand
)
Author
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
2021-07-09
accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
Liren Wei
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-11
accel/tcg: Merge tcg_exec_init into tcg_init_machine
Richard Henderson
2021-06-11
tcg: Create tcg_init
Richard Henderson
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
2021-06-11
accel/tcg: Inline cpu_gen_init
Richard Henderson
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-05-20
accel/tcg: Assert that tb->size != 0 after translation
Ilya Leoshkevich
2021-05-16
accel/tcg: Align data dumped at end of TB
Philippe Mathieu-Daudé
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-04-17
accel/tcg: avoid re-translating one-shot instructions
Alex Bennée
2021-04-12
accel/tcg: Preserve PAGE_ANON when changing page permissions
Richard Henderson
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
[next]