aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)Author
2020-10-27accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()Peter Maydell
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-27accel/tcg: better handle memory constrained systemsAlex Bennée
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-16translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-05-15translate-all: include guest address in out_asm outputAlex Bennée
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson
2020-03-28tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson
2020-02-28accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée
2020-02-28accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée
2020-02-28accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée
2020-02-28accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-28translate-all: notify plugin code of tb_flushEmilio G. Cota
2019-10-28translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota
2019-10-28translate-all: Remove tb_allocRichard Henderson
2019-10-28translate-all: fix uninitialized tb->orig_tbClement Deschamps
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-04-24tcg: Restart after TB code generation overflowRichard Henderson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-01-30tcg: Fix LGPL version numberThomas Huth
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell
2019-01-11build-sys: don't include windows.h, osdep.h does itMarc-André Lureau
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota
2018-10-02accel/tcg: Remove dead codeThomas Huth
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-08-14accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell
2018-07-16accel: Fix typo and grammar in commentStefan Weil
2018-07-09translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota
2018-07-02translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-15tcg: remove tb_lockEmilio G. Cota