summaryrefslogtreecommitdiffstats
path: root/accel/tcg/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Restart code generation when we run out of tempsRichard Henderson2021-01-241-1/+14
* tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-231-0/+3
* accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé2021-01-231-0/+1
* accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson2021-01-231-17/+0Star
* accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2021-01-231-1/+1
* tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-071-7/+9
* accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson2021-01-071-8/+38
* accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson2021-01-071-0/+67
* accel/tcg: Support split-wx for linux with memfdRichard Henderson2021-01-071-8/+76
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-8/+27
* tcg: Use Error with alloc_code_gen_bufferRichard Henderson2021-01-071-26/+34
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-18/+15Star
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-18/+8Star
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+1
* accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-151-1/+1
* accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()Peter Maydell2020-10-271-0/+4
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-1/+2
* disas: Move host asm annotations to tb_gen_codeRichard Henderson2020-10-031-9/+15
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-27/+28
* accel/tcg: better handle memory constrained systemsAlex Bennée2020-07-271-1/+6
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-3/+3
* translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota2020-06-161-0/+9
* tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota2020-06-161-0/+8
* translate-all: include guest address in out_asm outputAlex Bennée2020-05-151-6/+33
* disas: include an optional note for the start of disassemblyAlex Bennée2020-05-151-2/+2
* accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-151-6/+9
* tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson2020-03-281-32/+5Star
* accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée2020-02-291-9/+26
* accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée2020-02-291-5/+6
* accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée2020-02-291-8/+0Star
* accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée2020-02-291-9/+10
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-2/+13
|\
| * translate-all: notify plugin code of tb_flushEmilio G. Cota2019-10-281-0/+6
| * translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota2019-10-281-2/+7
* | translate-all: Remove tb_allocRichard Henderson2019-10-281-18/+2Star
* | translate-all: fix uninitialized tb->orig_tbClement Deschamps2019-10-281-0/+1
|/
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-251-3/+3
* cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson2019-09-251-20/+19Star
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-251-4/+2Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-1/+2
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-101-4/+4
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* tcg: Restart after TB code generation overflowRichard Henderson2019-04-241-6/+32
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+13
* tcg: Simplify how dump_exec_info() printsMarkus Armbruster2019-04-181-22/+23
* tcg: Simplify how dump_opcount_info() printsMarkus Armbruster2019-04-181-2/+2
* tcg: Fix LGPL version numberThomas Huth2019-01-301-1/+1