summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-30accel/tcg: Use TCGTBCPUState in struct tb_descRichard Henderson1-13/+7
2025-04-30accel/tcg: Pass TCGTBCPUState to tb_htable_lookupRichard Henderson1-11/+9
2025-04-30accel/tcg: Pass TCGTBCPUState to tb_lookupRichard Henderson1-15/+13
2025-04-30accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOpsRichard Henderson27-26/+56
2025-04-30accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_stateRichard Henderson23-177/+219
2025-04-30target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.cRichard Henderson2-97/+98
2025-04-30target/arm: Unexport assert_hflags_rebuild_correctlyRichard Henderson3-7/+1
2025-04-30target/arm: Move cpu_get_tb_cpu_state to hflags.cRichard Henderson2-110/+110
2025-04-30accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.hRichard Henderson37-285/+243
2025-04-30target/i386: Split out x86_cpu_exec_resetRichard Henderson2-26/+24
2025-04-30accel/tcg: Introduce TCGCPUOps.cpu_exec_resetRichard Henderson21-1/+23
2025-04-30accel/tcg: Unconditionally use CPU_DUMP_CCOP in log_cpu_execRichard Henderson1-4/+1
2025-04-30accel/tcg: Generalize fake_user_interrupt testRichard Henderson1-3/+3
2025-04-30include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé153-175/+0
2025-04-30accel/tcg: Extract probe API out of 'exec/exec-all.h'Philippe Mathieu-Daudé24-100/+128
2025-04-30physmem: Restrict TCG IOTLB code to TCG accelPhilippe Mathieu-Daudé5-27/+48
2025-04-30physmem: Move TCG IOTLB methods aroundPhilippe Mathieu-Daudé1-25/+25
2025-04-30accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'Philippe Mathieu-Daudé4-2/+3
2025-04-30target/riscv: Include missing 'accel/tcg/getpc.h' in csr.cPhilippe Mathieu-Daudé1-0/+1
2025-04-30accel/tcg: Remove #error for non-tcg in getpc.hRichard Henderson1-4/+0
2025-04-30accel/tcg: Compile tb-maint.c twiceRichard Henderson3-5/+2
2025-04-30include/exec: Move tb_invalidate_phys_range to translation-block.hRichard Henderson2-5/+4
2025-04-30include/exec: Include missing headers in exec-all.hPhilippe Mathieu-Daudé1-0/+3
2025-04-30accel/tcg: Use vaddr in user/page-protection.hRichard Henderson2-37/+31
2025-04-30accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson4-22/+20
2025-04-30accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_targetRichard Henderson2-2/+3
2025-04-30accel/tcg: Merge internal-target.h into internal-common.hRichard Henderson7-51/+29
2025-04-30accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITSRichard Henderson1-5/+1
2025-04-30accel/tcg: Simplify CPU_TLB_DYN_MAX_BITSRichard Henderson1-20/+1
2025-04-30accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smcRichard Henderson8-31/+27
2025-04-30accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fastRichard Henderson3-6/+5
2025-04-30accel/tcg: Add CPUState arg to tb_invalidate_phys_rangeRichard Henderson6-10/+13
2025-04-30accel/tcg: Merge tb_invalidate_phys_range{__locked}Richard Henderson1-25/+11
2025-04-30accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__lockedRichard Henderson1-3/+6
2025-04-30accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwindRichard Henderson3-7/+9
2025-04-30accel/tcg: Add CPUState argument to page_unprotectRichard Henderson3-5/+7
2025-04-30file-posix: Fix crash on discard_granularity == 0Kevin Wolf1-1/+1
2025-04-28tcg/sparc64: Implement CTPOPRichard Henderson1-5/+22
2025-04-28tcg/sparc64: Unexport use_vis3_instructionsRichard Henderson2-8/+4
2025-04-28tcg: Remove tcg_out_opRichard Henderson11-79/+3
2025-04-28tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}Richard Henderson11-259/+272
2025-04-28tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}Richard Henderson11-133/+283
2025-04-28tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}Richard Henderson15-304/+198
2025-04-28tcg: Remove INDEX_op_qemu_st8_*Richard Henderson17-44/+7
2025-04-28tcg: Stash MemOp size in TCGOP_FLAGSRichard Henderson1-2/+6
2025-04-28tcg: Merge INDEX_op_st*_{i32,i64}Richard Henderson6-108/+50
2025-04-28tcg: Convert st to TCGOutOpStoreRichard Henderson11-312/+341
2025-04-28tcg: Merge INDEX_op_ld*_{i32,i64}Richard Henderson6-120/+81
2025-04-28tcg: Convert ld to TCGOutOpLoadRichard Henderson11-419/+721
2025-04-28tcg: Formalize tcg_out_goto_ptrRichard Henderson11-80/+71