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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
Fix 'writeable' typos
Peter Maydell
3
-7
/
+7
2022-06-06
replay: rewrite async event handling
Pavel Dovgalyuk
1
-3
/
+2
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
4
-12
/
+12
2022-04-26
accel/tcg: Assert mmu_idx in range before use in cputlb
Richard Henderson
1
-13
/
+27
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2
-4
/
+3
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
4
-4
/
+0
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
2
-2
/
+0
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2
-2
/
+0
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-1
/
+0
2022-04-20
accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
Richard Henderson
1
-1
/
+1
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-1
/
+1
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
3
-65
/
+76
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
3
-3
/
+3
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
8
-8
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2
-11
/
+11
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-4
/
+4
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
3
-6
/
+6
2022-03-16
accel/tcg: Fix cpu_ldq_be_mmu typo
Richard Henderson
1
-1
/
+1
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2
-4
/
+5
2022-03-06
accel/tcg: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-06
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
4
-0
/
+4
2022-03-06
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-03-06
accel: Introduce AccelOpsClass::cpus_are_resettable()
Philippe Mathieu-Daudé
1
-0
/
+6
2022-03-06
accel: Introduce AccelOpsClass::cpu_thread_is_idle()
Philippe Mathieu-Daudé
1
-0
/
+6
2022-03-06
accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
Philippe Mathieu-Daudé
1
-0
/
+2
2022-03-06
accel/kvm: Simplify user-mode #ifdef'ry
Philippe Mathieu-Daudé
1
-5
/
+0
2022-03-06
accel/meson: Only build hw virtualization with system emulation
Philippe Mathieu-Daudé
1
-5
/
+7
2022-03-06
accel: Restrict sysemu stubs to system emulation
Philippe Mathieu-Daudé
1
-4
/
+7
2022-02-28
accel/tcg/cpu-exec: Fix precise single-stepping after interrupt
Luc Michel
1
-2
/
+6
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-0
/
+1
2022-02-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...
Peter Maydell
2
-1
/
+11
2022-02-09
plugins: move reset of plugin data to tb_start
Alex Bennée
1
-11
/
+20
2022-02-09
tracing: remove TCG memory access tracing
Alex Bennée
4
-48
/
+0
2022-02-09
replay: use CF_NOIRQ for special exception-replaying TB
Pavel Dovgalyuk
1
-1
/
+2
2022-02-09
accel/tcg: Optimize jump cache flush during tlb range flush
Idan Horowitz
1
-0
/
+9
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
1
-0
/
+31
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
3
-23
/
+23
2021-12-10
kvm: add support for KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
1
-0
/
+17
2021-12-10
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
1
-0
/
+12
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
2
-2
/
+11
2021-11-16
meson: remove useless libdl test
Paolo Bonzini
1
-1
/
+1
2021-11-10
accel/tcg: Register a force_rcu notifier
Greg Kurz
2
-0
/
+36
2021-11-04
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2
-3
/
+2
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
1
-0
/
+7
2021-11-03
Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...
Richard Henderson
3
-65
/
+92
2021-11-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into staging
Richard Henderson
2
-760
/
+102
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
3
-8
/
+17
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
3
-57
/
+75
2021-11-02
hvf: Avoid mapping regions < PAGE_SIZE as ram
Alexander Graf
1
-0
/
+7
[next]