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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
2025-07-21
accel/hvf: Display executable bit as 'X'
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-16
Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
17
-202
/
+308
2025-07-15
accel/hvf: Implement AccelClass::get_vcpu_stats() handler
Philippe Mathieu-Daudé
1
-0
/
+25
2025-07-15
accel/tcg: Implement AccelClass::get_stats() handler
Philippe Mathieu-Daudé
3
-2
/
+10
2025-07-15
accel/tcg: Propagate AccelState to dump_accel_info()
Philippe Mathieu-Daudé
3
-5
/
+3
2025-07-15
accel/system: Add 'info accel' on human monitor
Philippe Mathieu-Daudé
1
-0
/
+8
2025-07-15
accel/system: Introduce @x-accel-stats QMP command
Philippe Mathieu-Daudé
3
-1
/
+37
2025-07-15
accel/tcg: Extract statistic related code to tcg-stats.c
Philippe Mathieu-Daudé
3
-201
/
+216
2025-07-15
Revert "accel/tcg: Unregister the RCU before exiting RR thread"
Philippe Mathieu-Daudé
1
-2
/
+0
2025-07-15
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
8
-0
/
+10
2025-07-15
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
6
-6
/
+6
2025-07-15
accel/tcg: Do not dump NaN statistics
Philippe Mathieu-Daudé
1
-7
/
+15
2025-07-13
accel/kvm: Adjust the note about the minimum required kernel version
Thomas Huth
1
-2
/
+1
2025-07-07
Merge tag 'accel-20250704' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
5
-4
/
+20
2025-07-04
accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
Philippe Mathieu-Daudé
1
-0
/
+9
2025-07-04
accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
4
-4
/
+4
2025-07-04
accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
2
-2
/
+2
2025-07-04
accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
1
-2
/
+2
2025-07-04
accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
Philippe Mathieu-Daudé
1
-5
/
+2
2025-07-04
accel/kvm: Prefer local AccelState over global MachineState::accel
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-04
accel/hvf: Re-use QOM allocated state
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
6
-6
/
+6
2025-07-04
Merge tag 'accel-20250704' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
18
-355
/
+386
2025-07-04
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
2
-2
/
+5
2025-07-04
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
4
-0
/
+4
2025-07-04
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
4
-0
/
+17
2025-07-04
accel/whpx: Expose whpx_enabled() to common code
Philippe Mathieu-Daudé
2
-0
/
+13
2025-07-04
accel/nvmm: Expose nvmm_enabled() to common code
Philippe Mathieu-Daudé
2
-0
/
+13
2025-07-04
accel/kvm: Remove kvm_cpu_synchronize_state() stub
Philippe Mathieu-Daudé
1
-4
/
+0
2025-07-04
accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-5
/
+5
2025-07-04
accel/hvf: Report missing com.apple.security.hypervisor entitlement
Philippe Mathieu-Daudé
1
-0
/
+5
2025-07-04
accel/hvf: Move generic method declarations to hvf-all.c
Philippe Mathieu-Daudé
2
-269
/
+271
2025-07-04
accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
Philippe Mathieu-Daudé
2
-28
/
+30
2025-07-04
accel/tcg: Unregister the RCU before exiting RR thread
Philippe Mathieu-Daudé
1
-0
/
+2
2025-07-04
accel/tcg: Clear exit_request once in tcg_cpu_exec()
Philippe Mathieu-Daudé
2
-1
/
+3
2025-07-04
accel/tcg: Factor tcg_dump_stats() out for re-use
Philippe Mathieu-Daudé
2
-3
/
+10
2025-07-04
accel/tcg: Factor tcg_dump_flush_info() out
Philippe Mathieu-Daudé
1
-10
/
+17
2025-07-04
accel/tcg: Remove profiler leftover
Philippe Mathieu-Daudé
1
-6
/
+0
2025-07-04
accel/tcg: Remove 'info opcount' and @x-query-opcount
Philippe Mathieu-Daudé
1
-21
/
+0
2025-07-04
accel/kvm: Reduce kvm_create_vcpu() declaration scope
Philippe Mathieu-Daudé
1
-1
/
+7
2025-07-04
accel/kvm: Remove kvm_init_cpu_signals() stub
Philippe Mathieu-Daudé
1
-5
/
+0
2025-07-04
accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
Philippe Mathieu-Daudé
4
-4
/
+4
2025-07-04
accel: Remove unused MachineState argument of AccelClass::setup_post()
Philippe Mathieu-Daudé
2
-2
/
+2
2025-07-04
accel: Directly pass AccelState argument to AccelClass::has_memory()
Philippe Mathieu-Daudé
1
-2
/
+2
2025-07-04
accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
Philippe Mathieu-Daudé
1
-5
/
+2
2025-07-04
accel/kvm: Prefer local AccelState over global MachineState::accel
Philippe Mathieu-Daudé
1
-3
/
+1
2025-07-04
accel/tcg: Prefer local AccelState over global current_accel()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-04
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
6
-6
/
+6
2025-07-04
accel: Keep reference to AccelOpsClass in AccelClass
Philippe Mathieu-Daudé
2
-2
/
+5
[next]