aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-4/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-12/+0
2023-03-05accel/tcg: Trigger watchpoints from atomic_mmu_lookupRichard Henderson1-11/+29
2023-03-05accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookupRichard Henderson1-1/+1
2023-03-05accel/tcg: Retain prot flags from tlb_fillRichard Henderson1-1/+0
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones2-0/+2
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson1-6/+2
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson1-10/+14
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2-3/+3
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson4-10/+10
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson2-51/+41
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson6-46/+44
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2-5/+17
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé1-1/+12
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé4-4/+4
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé5-101/+112
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2-2/+0
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé1-2/+2
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson2-0/+56
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2-0/+178
2023-02-04accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_pageEric Auger1-1/+6
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+2
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-2/+2
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota1-5/+10
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota1-8/+18
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota2-2/+2
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-0/+2
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-14/+17
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-12/+11
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-3/+8
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-3/+2
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-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson1-57/+54
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich4-0/+432
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich3-0/+174
2023-01-05accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson1-7/+34
2023-01-05accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson1-8/+10
2023-01-05accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson1-32/+40
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson1-5/+5
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé1-1/+4
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson1-8/+8
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson1-2/+0
2023-01-05accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson1-18/+11