aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)Author
2024-05-06accel/tcg: Move user definition of cpu_interrupt() to user-exec.cPhilippe Mathieu-Daudé
2024-03-29accel/tcg: Use CPUState.get_pc in cpu_io_recompileRichard Henderson
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-07-31accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson
2022-12-20accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-11-09accel/tcg: Split out setjmp_gen_codeRichard Henderson
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson