index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
Age
Commit message (
Expand
)
Author
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-27
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-27
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
2023-02-21
accel/tcg: Allow the second page of an instruction to be MMIO
Richard Henderson
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-04
tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
Richard Henderson
2023-02-04
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
2023-02-04
accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page
Eric Auger
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
2023-02-02
translator: always pair plugin_gen_insn_{start, end} calls
Emilio Cota
2023-02-02
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
2023-02-02
cpu: free cpu->tb_jmp_cache with RCU
Emilio Cota
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-01-20
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2023-01-19
Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-16
accel/tcg: Add debuginfo support
Ilya Leoshkevich
2023-01-05
accel/tcg: Handle false negative lookup in page_check_range
Richard Henderson
2023-01-05
accel/tcg: Use g_free_rcu for user-exec interval trees
Richard Henderson
2023-01-05
accel/tcg: Fix tb_invalidate_phys_page_unwind
Richard Henderson
2023-01-05
tcg: Vary the allocation size for TCGOp
Richard Henderson
2023-01-05
tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
Philippe Mathieu-Daudé
2023-01-05
accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
Richard Henderson
2023-01-05
accel/tcg/plugin: Avoid duplicate copy in copy_call
Richard Henderson
2023-01-05
accel/tcg/plugin: Don't search for the function pointer index
Richard Henderson
2023-01-04
accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
Richard Henderson
2022-12-20
accel/tcg: Restrict page_collection structure to system TB maintainance
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Factor tb_invalidate_phys_range_fast() out
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Remove trace events from trace-root.h
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Restrict cpu_io_recompile() to system emulation
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
[next]