index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
2024-07-02
1
-3
/
+0
*
cpu: fix memleak of 'halt_cond' and 'thread'
Matheus Tavares Bernardino
2024-06-30
1
-0
/
+1
*
accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
Max Chou
2024-06-24
1
-2
/
+6
*
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
2024-06-24
1
-2
/
+2
*
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
2024-06-24
1
-0
/
+12
*
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
2024-06-24
1
-0
/
+1
*
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
3
-3
/
+3
*
accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
Anton Johansson
2024-06-19
1
-2
/
+2
*
migration/dirtyrate: Fix segmentation fault
Masato Imai
2024-06-17
1
-1
/
+1
*
hvf: Makes assert_hvf_ok report failed expression
Phil Dennis-Jordan
2024-06-08
1
-28
/
+21
*
hvf: Consistent types for vCPU handles
Phil Dennis-Jordan
2024-06-08
1
-1
/
+1
*
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
2024-06-04
5
-21
/
+7
*
accel/kvm: Fix two lines with hard-coded tabs
Peter Maydell
2024-06-04
1
-2
/
+2
*
accel/tcg: Move common declarations to 'internal-common.h'
Philippe Mathieu-Daudé
2024-06-04
3
-15
/
+16
*
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
2024-05-30
1
-2
/
+5
*
tcg/cputlb: remove other-cpu capability from TLB flushing
Nicholas Piggin
2024-05-24
1
-33
/
+9
*
tcg/cputlb: Remove non-synced variants of global TLB flushes
Nicholas Piggin
2024-05-24
1
-103
/
+0
*
accel/tcg: Init tb size and icount before plugin_gen_tb_end
Richard Henderson
2024-05-22
1
-4
/
+4
*
plugins: extract cpu_index generate
Pierrick Bouvier
2024-05-16
1
-13
/
+11
*
plugins: distinct types for callbacks
Pierrick Bouvier
2024-05-16
1
-26
/
+32
*
plugins: conditional callbacks
Pierrick Bouvier
2024-05-16
1
-0
/
+48
*
plugins: add new inline op STORE_U64
Pierrick Bouvier
2024-05-16
1
-0
/
+13
*
plugins: extract generate ptr for qemu_plugin_u64
Pierrick Bouvier
2024-05-16
1
-9
/
+18
*
plugins: prepare introduction of new inline ops
Pierrick Bouvier
2024-05-16
1
-3
/
+3
*
accel/tcg: Introduce translator_fake_ld
Richard Henderson
2024-05-15
1
-3
/
+2
*
disas: Use translator_st to get disassembly data
Richard Henderson
2024-05-15
1
-1
/
+1
*
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
2024-05-15
1
-3
/
+2
*
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-05-15
1
-1
/
+8
*
plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
Richard Henderson
2024-05-15
1
-13
/
+17
*
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
2024-05-15
1
-2
/
+1
*
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
2024-05-15
1
-20
/
+0
*
plugins: Read mem_only directly from TB cflags
Richard Henderson
2024-05-15
2
-4
/
+2
*
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
2024-05-15
2
-28
/
+5
*
accel/tcg: Implement translator_st
Richard Henderson
2024-05-15
1
-0
/
+55
*
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Richard Henderson
2024-05-15
1
-0
/
+1
*
accel/tcg: Record when translator_fake_ldb is used
Richard Henderson
2024-05-15
1
-0
/
+2
*
accel/tcg: Record mmio bytes during translation
Richard Henderson
2024-05-15
1
-0
/
+41
*
accel/tcg: Cap the translation block when we encounter mmio
Richard Henderson
2024-05-15
1
-0
/
+4
*
accel/tcg: Reorg translator_ld*
Richard Henderson
2024-05-15
1
-85
/
+98
*
accel/tcg: Pass DisasContextBase to translator_fake_ldb
Richard Henderson
2024-05-15
1
-1
/
+1
*
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
2024-05-15
1
-7
/
+8
*
Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-07
1
-1
/
+1
|
\
|
*
accel/tcg: Introduce CF_BP_PAGE
Richard Henderson
2024-05-06
1
-1
/
+1
*
|
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
9
-20
/
+65
|
\
\
|
|
/
|
/
|
|
*
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+18
|
*
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-06
2
-4
/
+4
|
*
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+17
|
*
accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
Philippe Mathieu-Daudé
2024-05-06
2
-9
/
+8
|
*
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
3
-2
/
+13
|
*
accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
Philippe Mathieu-Daudé
2024-05-06
1
-5
/
+2
[next]