summaryrefslogtreecommitdiffstats
path: root/accel/tcg/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-041-21/+43
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-16/+21
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-3/+25
* accel/tcg: Do not align tb->page_addr[0]Richard Henderson2022-10-041-4/+5
* accel/tcg: Use bool for page_find_allocRichard Henderson2022-10-041-7/+7
* accel/tcg: Remove PageDesc code_bitmapRichard Henderson2022-10-041-74/+4Star
* linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-271-1/+1
* accel/tcg: Add fast path for translator_ld*Richard Henderson2022-09-061-15/+8Star
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+4
* linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-111-0/+26
* linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson2022-07-181-2/+11
* accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-111-5/+0Star
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-54/+61
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-0/+1
* accel/tcg: suppress IRQ check for special TBsAlex Bennée2021-11-291-2/+2
* qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé2021-11-021-2/+2
* qapi: introduce x-query-jit QMP commandDaniel P. Berrangé2021-11-021-36/+44
* accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2021-09-141-25/+34
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-4/+0Star
* accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson2021-07-211-1/+1
* accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2021-07-211-3/+2Star
* tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson2021-07-091-4/+4
* tcg: Bake tb_destroy() into tcg_region_treeLiren Wei2021-07-091-6/+0Star
* accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei2021-07-091-1/+8
* tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson2021-06-141-3/+0Star
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-19/+2Star
* tcg: Create tcg_initRichard Henderson2021-06-111-2/+1Star
* accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson2021-06-111-413/+1Star
* accel/tcg: Inline cpu_gen_initRichard Henderson2021-06-111-6/+1Star
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-0/+3
* accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-271-2/+2
* accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-271-0/+1
* accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich2021-05-201-0/+1
* accel/tcg: Align data dumped at end of TBPhilippe Mathieu-Daudé2021-05-161-2/+9
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* accel/tcg: avoid re-translating one-shot instructionsAlex Bennée2021-04-171-1/+1
* accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson2021-04-121-2/+7
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-4/+0Star
* accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2021-03-061-3/+5
* accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-061-3/+3
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-9/+9
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-36/+15Star
* accel/tcg: re-factor non-RAM execution codeAlex Bennée2021-02-181-15/+15
* target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-181-12/+0Star
* target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-181-10/+2Star
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-4/+13
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-2/+2