aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones1-0/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+2
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-7/+7
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé1-1/+0
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-1/+1
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-4/+4
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