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
2024-08-16
Revert "replay: stop us hanging in rr_wait_io_event"
Nicholas Piggin
1
-1
/
+1
2024-08-01
accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
Salil Mehta
1
-0
/
+1
2024-07-26
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
1
-0
/
+12
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-14
/
+0
2024-07-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+27
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
3
-34
/
+67
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
1
-14
/
+0
2024-07-23
Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
3
-32
/
+0
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
3
-32
/
+0
2024-07-22
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
3
-34
/
+67
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
1
-0
/
+27
2024-07-22
plugins: fix mem callback array size
Pierrick Bouvier
1
-2
/
+1
2024-07-17
accel/kvm/kvm-all: Fix superfluous trailing semicolon
Zhao Liu
1
-1
/
+1
2024-07-16
accel/tcg: Make cpu_exec_interrupt hook mandatory
Peter Maydell
1
-2
/
+2
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
1
-6
/
+5
2024-07-02
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
1
-3
/
+0
2024-06-30
cpu: fix memleak of 'halt_cond' and 'thread'
Matheus Tavares Bernardino
1
-0
/
+1
2024-06-24
accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
Max Chou
1
-2
/
+6
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
1
-2
/
+2
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
1
-0
/
+12
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
1
-0
/
+1
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
3
-3
/
+3
2024-06-19
accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
Anton Johansson
1
-2
/
+2
2024-06-17
migration/dirtyrate: Fix segmentation fault
Masato Imai
1
-1
/
+1
2024-06-08
hvf: Makes assert_hvf_ok report failed expression
Phil Dennis-Jordan
1
-28
/
+21
2024-06-08
hvf: Consistent types for vCPU handles
Phil Dennis-Jordan
1
-1
/
+1
2024-06-04
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
5
-21
/
+7
2024-06-04
accel/kvm: Fix two lines with hard-coded tabs
Peter Maydell
1
-2
/
+2
2024-06-04
accel/tcg: Move common declarations to 'internal-common.h'
Philippe Mathieu-Daudé
3
-15
/
+16
2024-05-30
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
1
-2
/
+5
2024-05-24
tcg/cputlb: remove other-cpu capability from TLB flushing
Nicholas Piggin
1
-33
/
+9
2024-05-24
tcg/cputlb: Remove non-synced variants of global TLB flushes
Nicholas Piggin
1
-103
/
+0
2024-05-22
accel/tcg: Init tb size and icount before plugin_gen_tb_end
Richard Henderson
1
-4
/
+4
2024-05-16
plugins: extract cpu_index generate
Pierrick Bouvier
1
-13
/
+11
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
1
-26
/
+32
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
1
-0
/
+48
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
1
-0
/
+13
2024-05-16
plugins: extract generate ptr for qemu_plugin_u64
Pierrick Bouvier
1
-9
/
+18
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
1
-3
/
+3
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
1
-3
/
+2
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
1
-1
/
+1
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
1
-3
/
+2
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
1
-1
/
+8
2024-05-15
plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
Richard Henderson
1
-13
/
+17
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
1
-2
/
+1
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
1
-20
/
+0
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
2
-4
/
+2
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
2
-28
/
+5
2024-05-15
accel/tcg: Implement translator_st
Richard Henderson
1
-0
/
+55
2024-05-15
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Richard Henderson
1
-0
/
+1
[next]