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-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
2019-09-25
cputlb: Pass retaddr to tb_invalidate_phys_page_fast
Richard Henderson
2019-09-25
cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
Richard Henderson
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-10
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-04-24
tcg: Restart after TB code generation overflow
Richard Henderson
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-18
tcg: Simplify how dump_exec_info() prints
Markus Armbruster
2019-04-18
tcg: Simplify how dump_opcount_info() prints
Markus Armbruster
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
[next]