index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translate-all.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Use CPUState.get_pc in cpu_io_recompile
Richard Henderson
2024-03-29
1
-1
/
+1
*
cpu: Remove page_size_init
Richard Henderson
2024-02-29
1
-1
/
+0
*
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-29
1
-1
/
+1
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-11-14
1
-2
/
+2
*
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
2023-11-07
1
-8
/
+0
*
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-11-06
1
-127
/
+0
*
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
2023-10-04
1
-0
/
+1
*
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
1
-1
/
+1
*
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
2023-10-04
1
-2
/
+0
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-2
/
+2
*
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
1
-3
/
+3
*
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
1
-2
/
+2
*
accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
Richard Henderson
2023-07-31
1
-0
/
+1
*
accel/tcg: Zero-pad PC in TCG CPU exec trace lines
Peter Maydell
2023-07-17
1
-1
/
+1
*
accel/tcg: Always lock pages before translation
Richard Henderson
2023-07-15
1
-5
/
+38
*
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-06-26
1
-33
/
+0
*
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-26
1
-1
/
+2
*
accel/tcg/translate-all.c: Widen pc and cs_base
Anton Johansson
2023-06-26
1
-5
/
+5
*
tcg: Remove NO_CPU_IO_DEFS
Richard Henderson
2023-06-05
1
-1
/
+0
*
tcg: Add guest_mo to TCGContext
Richard Henderson
2023-06-05
1
-0
/
+5
*
tcg: Add insn_start_words to TCGContext
Richard Henderson
2023-06-05
1
-7
/
+13
*
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
2023-06-05
1
-0
/
+2
*
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2023-06-05
1
-1
/
+1
*
tcg: remove the final vestiges of dstate
Alex Bennée
2023-06-01
1
-6
/
+0
*
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-05-23
1
-2
/
+0
*
tcg: Add tlb_dyn_max_bits to TCGContext
Richard Henderson
2023-05-16
1
-0
/
+1
*
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
2023-05-16
1
-0
/
+4
*
tcg: Add addr_type to TCGContext
Richard Henderson
2023-05-16
1
-0
/
+2
*
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
2023-05-16
1
-12
/
+16
*
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
2023-03-28
1
-1
/
+1
*
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
1
-0
/
+1
*
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
2023-03-05
1
-0
/
+1
*
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
1
-1
/
+1
*
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
1
-2
/
+2
*
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
1
-7
/
+7
*
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+0
*
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
1
-1
/
+1
*
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-17
1
-4
/
+4
*
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-16
1
-0
/
+7
*
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
2022-12-20
1
-301
/
+0
*
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
2022-12-20
1
-95
/
+0
*
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
2022-12-20
1
-350
/
+0
*
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
Richard Henderson
2022-12-20
1
-65
/
+0
*
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-12-20
1
-2
/
+2
*
accel/tcg: Split out setjmp_gen_code
Richard Henderson
2022-11-09
1
-25
/
+33
*
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
2022-11-09
1
-10
/
+0
*
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2022-11-01
1
-9
/
+7
*
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
2022-11-01
1
-8
/
+7
*
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
1
-10
/
+2
[next]