summary refs log tree commit diff stats
path: root/accel/tcg/translate-all.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Use CPUState.get_pc in cpu_io_recompileRichard Henderson2024-03-291-1/+1
* cpu: Remove page_size_initRichard Henderson2024-02-291-1/+0
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* accel/tcg: Remove CF_LAST_IORichard Henderson2023-11-141-2/+2
* accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2023-11-071-8/+0
* accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2023-11-061-127/+0
* accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé2023-10-041-0/+1
* accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé2023-10-041-1/+1
* tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson2023-10-041-2/+0
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* accel/tcg: Remove cpu_neg()Richard Henderson2023-10-031-3/+3
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-2/+2
* accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson2023-07-311-0/+1
* accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell2023-07-171-1/+1
* accel/tcg: Always lock pages before translationRichard Henderson2023-07-151-5/+38
* accel/tcg: remove CONFIG_PROFILERFei Wu2023-06-261-33/+0
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-1/+2
* accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson2023-06-261-5/+5
* tcg: Remove NO_CPU_IO_DEFSRichard Henderson2023-06-051-1/+0
* tcg: Add guest_mo to TCGContextRichard Henderson2023-06-051-0/+5
* tcg: Add insn_start_words to TCGContextRichard Henderson2023-06-051-7/+13
* tcg: Add tlb_fast_offset to TCGContextRichard Henderson2023-06-051-0/+2
* tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson2023-06-051-1/+1
* tcg: remove the final vestiges of dstateAlex Bennée2023-06-011-6/+0
* tcg: Remove DEBUG_DISASRichard Henderson2023-05-231-2/+0
* tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson2023-05-161-0/+1
* tcg: Add page_bits and page_mask to TCGContextRichard Henderson2023-05-161-0/+4
* tcg: Add addr_type to TCGContextRichard Henderson2023-05-161-0/+2
* tcg: Widen gen_insn_data to uint64_tRichard Henderson2023-05-161-12/+16
* accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson2023-03-281-1/+1
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones2023-03-051-0/+1
* accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2023-03-011-1/+1
* accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson2023-03-011-2/+2
* accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson2023-03-011-7/+7
* exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2023-02-271-1/+0
* tcg: Add gen_tb to TCGContextRichard Henderson2023-01-171-1/+1
* tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-4/+4
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-161-0/+7
* accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson2022-12-201-301/+0
* accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson2022-12-201-95/+0
* accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson2022-12-201-350/+0
* accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson2022-12-201-65/+0
* accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson2022-12-201-2/+2
* accel/tcg: Split out setjmp_gen_codeRichard Henderson2022-11-091-25/+33
* tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson2022-11-091-10/+0
* accel/tcg: Complete cpu initialization before registrationRichard Henderson2022-11-011-9/+7
* accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson2022-11-011-8/+7
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-011-10/+2