aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29cpu: Remove page_size_initRichard Henderson1-1/+0
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-1/+1
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-2/+2
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé1-8/+0
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-127/+0
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-2/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson1-3/+3
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-2/+2
2023-07-31accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson1-0/+1
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell1-1/+1
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson1-5/+38
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-33/+0
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-1/+2
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson1-5/+5
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-1/+0
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-0/+5
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-7/+13
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson1-0/+2
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson1-1/+1
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-6/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-2/+0
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson1-0/+4
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+2
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson1-12/+16
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