aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)Author
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson
2022-10-03accel/tcg: Use bool for page_find_allocRichard Henderson
2022-10-03accel/tcg: Remove PageDesc code_bitmapRichard Henderson
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11accel/tcg: Inline cpu_gen_initRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich
2021-05-16accel/tcg: Align data dumped at end of TBPhilippe Mathieu-Daudé
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson