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
/
translate-all.c
Age
Commit message (
Expand
)
Author
2024-05-06
accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
Philippe Mathieu-Daudé
2024-03-29
accel/tcg: Use CPUState.get_pc in cpu_io_recompile
Richard Henderson
2024-02-29
cpu: Remove page_size_init
Richard Henderson
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-07-31
accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
Richard Henderson
2023-07-17
accel/tcg: Zero-pad PC in TCG CPU exec trace lines
Peter Maydell
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
2023-06-26
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-26
accel/tcg/translate-all.c: Widen pc and cs_base
Anton Johansson
2023-06-05
tcg: Remove NO_CPU_IO_DEFS
Richard Henderson
2023-06-05
tcg: Add guest_mo to TCGContext
Richard Henderson
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-05-16
tcg: Add tlb_dyn_max_bits to TCGContext
Richard Henderson
2023-05-16
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
2023-05-16
tcg: Add addr_type to TCGContext
Richard Henderson
2023-05-16
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-05
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
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: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
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
tcg: add perfmap and jitdump
Ilya Leoshkevich
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
2022-12-20
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-11-09
accel/tcg: Split out setjmp_gen_code
Richard Henderson
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
[next]