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
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
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2022-10-26
accel/tcg: Use tb_invalidate_phys_range in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Use page_reset_target_data in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
accel/tcg: Use tb_invalidate_phys_page in page_set_flags
Richard Henderson
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
[next]