aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich1-0/+7
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson1-301/+0
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson1-95/+0
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson1-350/+0
2022-12-20accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson1-65/+0
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson1-2/+2
2022-11-09accel/tcg: Split out setjmp_gen_codeRichard Henderson1-25/+33
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson1-10/+0
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson1-9/+7
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson1-8/+7
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-10/+2
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson1-25/+49
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson1-14/+2
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-2/+22
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson1-50/+0
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson1-2/+6
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson1-8/+5
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson1-8/+11
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson1-1/+1
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson1-2/+3
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-8/+8
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson1-755/+11
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson1-30/+1
2022-10-26accel/tcg: Remove disabled debug in translate-all.cRichard Henderson1-109/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson1-2/+6
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-21/+43
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-16/+21
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-3/+25
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson1-4/+5
2022-10-03accel/tcg: Use bool for page_find_allocRichard Henderson1-7/+7
2022-10-03accel/tcg: Remove PageDesc code_bitmapRichard Henderson1-74/+4
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich1-1/+1
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson1-15/+8
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+4
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka1-0/+26
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson1-2/+11
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow1-5/+0
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-54/+61
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée1-2/+2
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé1-2/+2
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé1-36/+44
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich1-25/+34
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-4/+0
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson1-1/+1
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson1-3/+2
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson1-4/+4