index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-06
accel/tcg: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
1
-2
/
+2
2022-02-28
accel/tcg/cpu-exec: Fix precise single-stepping after interrupt
Luc Michel
1
-2
/
+6
2022-02-09
replay: use CF_NOIRQ for special exception-replaying TB
Pavel Dovgalyuk
1
-1
/
+2
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
1
-0
/
+31
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
1
-0
/
+9
2021-11-03
Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...
Richard Henderson
1
-9
/
+42
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
1
-0
/
+14
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
1
-9
/
+28
2021-10-30
accel/tcg: Move clear_helper_retaddr to cpu loop
Richard Henderson
1
-1
/
+2
2021-10-15
accel/tcg: Handle gdb singlestep in cpu_tb_exec
Richard Henderson
1
-0
/
+11
2021-09-21
accel/tcg: Restrict cpu_handle_halt() to sysemu
Philippe Mathieu-Daudé
1
-2
/
+4
2021-09-14
accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
Philippe Mathieu-Daudé
1
-3
/
+7
2021-09-14
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
1
-2
/
+2
2021-07-26
accel/tcg: Remove unused variable in cpu_exec
Richard Henderson
1
-8
/
+2
2021-07-26
accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()
Peter Maydell
1
-1
/
+3
2021-07-26
accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low
Peter Maydell
1
-1
/
+1
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
1
-1
/
+6
2021-07-21
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
1
-3
/
+88
2021-07-21
accel/tcg: Merge tb_find into its only caller
Richard Henderson
1
-43
/
+42
2021-07-21
accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
Richard Henderson
1
-3
/
+8
2021-07-21
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
1
-1
/
+7
2021-07-21
accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
Richard Henderson
1
-1
/
+1
2021-07-21
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
1
-1
/
+7
2021-07-21
accel/tcg: Move curr_cflags into cpu-exec.c
Richard Henderson
1
-0
/
+5
2021-07-09
accel/tcg: Log tb->cflags with -d exec
Richard Henderson
1
-3
/
+3
2021-07-09
accel/tcg: Split out log_cpu_exec
Richard Henderson
1
-27
/
+34
2021-07-09
accel/tcg: Move tb_lookup to cpu-exec.c
Richard Henderson
1
-1
/
+30
2021-07-09
accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
Richard Henderson
1
-0
/
+30
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
1
-3
/
+3
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
1
-0
/
+1
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-10
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
1
-1
/
+0
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
1
-3
/
+0
2021-03-06
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
1
-8
/
+8
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
1
-5
/
+4
2021-03-06
accel/tcg: rename tb_lookup__cpu_state and hoist state extraction
Alex Bennée
1
-2
/
+8
2021-02-18
accel/tcg: cache single instruction TB on pending replay exception
Alex Bennée
1
-40
/
+4
2021-02-18
accel/tcg: actually cache our partial icount TB
Alex Bennée
1
-8
/
+9
2021-02-11
accel/tcg: Add URL of clang bug to comment about our workaround
Peter Maydell
1
-6
/
+19
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-13
/
+14
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
1
-2
/
+2
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
1
-2
/
+2
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
1
-6
/
+6
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
1
-2
/
+2
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
1
-0
/
+28
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
1
-0
/
+2
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
1
-0
/
+1
2021-01-22
tcg: update the cpu running flag in cpu_exec_step_atomic
Douglas Crosher
1
-0
/
+4
2021-01-07
tcg: Return the TB pointer from the rx region from exit_tb
Richard Henderson
1
-14
/
+21
[next]