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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
cpu-exec: simplify jump cache management
Paolo Bonzini
2
-46
/
+28
2024-01-19
system/watchpoint: Move TCG specific code to accel/tcg/
Philippe Mathieu-Daudé
2
-0
/
+144
2024-01-19
util/async: Only call icount_notify_exit() if icount is enabled
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
1
-9
/
+7
2024-01-19
system/cpu-timers: Have icount_configure() return a boolean
Philippe Mathieu-Daudé
1
-7
/
+9
2024-01-19
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Philippe Mathieu-Daudé
1
-23
/
+1
2024-01-09
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
7
-43
/
+43
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2
-3
/
+3
2024-01-08
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
1
-2
/
+2
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
7
-38
/
+38
2024-01-08
replay: stop us hanging in rr_wait_io_event
Alex Bennée
1
-1
/
+1
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-1
/
+1
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
1
-1
/
+3
2023-11-14
accel/tcg: Forward probe size on to notdirty_write
Jessica Clarke
1
-4
/
+7
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
4
-20
/
+14
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
2
-8
/
+8
2023-11-07
accel: Introduce cpu_exec_reset_hold()
Philippe Mathieu-Daudé
1
-0
/
+4
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2
-0
/
+2
2023-11-06
accel/tcg: Fix condition for store_atom_insert_al16
Richard Henderson
2
-6
/
+6
2023-11-06
accel/tcg: Remove redundant case in store_atom_16
Richard Henderson
1
-4
/
+0
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
4
-144
/
+154
2023-10-31
plugins: Remove an extra parameter
Akihiko Odaki
1
-6
/
+3
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
2
-2
/
+6
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
1
-0
/
+1
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
3
-3
/
+3
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
1
-1
/
+1
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
7
-12
/
+18
2023-10-04
accel/tcg: Make icount.o a target agnostic unit
Philippe Mathieu-Daudé
2
-0
/
+503
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
6
-6
/
+23
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
10
-12
/
+12
2023-10-04
accel/tcg: Restrict dump_exec_info() declaration
Philippe Mathieu-Daudé
1
-0
/
+2
2023-10-04
accel/tcg: move ld/st helpers to ldst_common.c.inc
Anton Johansson
3
-407
/
+225
2023-10-04
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
Anton Johansson
2
-82
/
+117
2023-10-04
accel/tcg: Use CPUState in atomicity helpers
Anton Johansson
3
-62
/
+62
2023-10-04
accel/tcg: Modify atomic_mmu_lookup() to use CPUState
Anton Johansson
3
-25
/
+29
2023-10-04
accel/tcg: Modify memory access functions to use CPUState
Anton Johansson
1
-177
/
+171
2023-10-04
accel/tcg: Modify probe_access_internal() to use CPUState
Anton Johansson
1
-23
/
+23
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
1
-116
/
+104
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
1
-2
/
+0
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
4
-17
/
+17
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2
-7
/
+7
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
4
-14
/
+14
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
7
-11
/
+13
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2
-6
/
+6
2023-10-03
accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
Philippe Mathieu-Daudé
2
-0
/
+5
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
1
-2
/
+1
2023-09-29
tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+1
[next]