index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
system/runstate: Document qemu_add_vm_change_state_handler()
Philippe Mathieu-Daudé
1
-0
/
+10
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é
4
-5
/
+5
2025-07-15
accel/system: Add 'info accel' on human monitor
Philippe Mathieu-Daudé
2
-0
/
+20
2025-07-15
accel/system: Introduce @x-accel-stats QMP command
Philippe Mathieu-Daudé
6
-1
/
+59
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é
19
-39
/
+71
2025-07-15
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
12
-15
/
+15
2025-07-15
accel/tcg: Do not dump NaN statistics
Philippe Mathieu-Daudé
1
-7
/
+15
2025-07-15
hw/core/machine: Display CPU model name in 'info cpus' command
Philippe Mathieu-Daudé
1
-1
/
+3
2025-07-15
qapi/machine: Add @qom-type field to CpuInfoFast structure
Philippe Mathieu-Daudé
2
-0
/
+4
2025-07-15
qapi/accel: Move definitions related to accelerators in their own file
Philippe Mathieu-Daudé
7
-29
/
+44
2025-07-15
hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2025-07-15
hw/xen/arch_hvm: Unify x86 and ARM variants
Philippe Mathieu-Daudé
3
-24
/
+10
2025-07-11
linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC
Peter Maydell
1
-3
/
+2
2025-07-11
tcg: Use uintptr_t in tcg_malloc implementation
Richard Henderson
2
-7
/
+8
2025-07-11
migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...
Juraj Marcin
9
-24
/
+24
2025-07-11
migration/postcopy: Add latency distribution report for blocktime
Peter Xu
4
-1
/
+90
2025-07-11
migration/postcopy: blocktime allows track / report non-vCPU faults
Peter Xu
5
-17
/
+67
2025-07-11
migration/postcopy: Optimize blocktime fault tracking with hashtable
Peter Xu
2
-48
/
+216
2025-07-11
migration/postcopy: Cleanup the total blocktime accounting
Peter Xu
1
-9
/
+7
2025-07-11
migration/postcopy: Cache the tid->vcpu mapping for blocktime
Peter Xu
2
-12
/
+59
2025-07-11
migration/postcopy: Initialize blocktime context only until listen
Peter Xu
1
-5
/
+10
2025-07-11
migration/postcopy: Report fault latencies in blocktime
Peter Xu
4
-37
/
+102
2025-07-11
migration/postcopy: Add blocktime fault counts per-vcpu
Peter Xu
1
-0
/
+5
2025-07-11
migration/postcopy: Bring blocktime layer to ns level
Peter Xu
1
-12
/
+16
2025-07-11
migration/postcopy: Drop PostcopyBlocktimeContext.start_time
Peter Xu
1
-6
/
+4
2025-07-11
migration/postcopy: Make all blocktime vars 64bits
Peter Xu
2
-27
/
+27
2025-07-11
migration/postcopy: Drop all atomic ops in blocktime feature
Peter Xu
1
-13
/
+10
2025-07-11
migration/postcopy: Push blocktime start/end into page req mutex
Peter Xu
5
-39
/
+48
2025-07-11
migration: Add option to set postcopy-blocktime
Peter Xu
1
-0
/
+2
2025-07-11
migration/postcopy: Avoid clearing dirty bitmap for postcopy too
Peter Xu
1
-1
/
+3
2025-07-11
migration: Rewrite the migration complete detect logic
Peter Xu
1
-15
/
+42
2025-07-11
migration/ram: Add tracepoints for ram_save_complete()
Peter Xu
2
-0
/
+6
2025-07-11
migration/ram: One less indent for ram_find_and_save_block()
Peter Xu
1
-9
/
+11
2025-07-11
migration: qemu_savevm_complete*() helpers
Peter Xu
1
-34
/
+44
2025-07-11
migration: Rename save_live_complete_precopy to save_complete
Peter Xu
9
-20
/
+20
2025-07-11
migration: Drop save_live_complete_postcopy hook
Peter Xu
4
-23
/
+12
2025-07-11
migration/bg-snapshot: Do not check for SKIP in iterator
Peter Xu
1
-3
/
+2
2025-07-11
migration/docs: Move docs for postcopy blocktime feature
Peter Xu
1
-19
/
+17
2025-07-11
migration/hmp: Fix postcopy-blocktime per-vCPU results
Peter Xu
1
-9
/
+13
2025-07-11
migration/hmp: Reorg "info migrate" once more
Peter Xu
1
-28
/
+31
2025-07-11
tests/functional: Add a test for the MAX78000 arm machine
Jackson Donaldson
2
-0
/
+49
2025-07-11
docs/system: arm: Add max78000 board description
Jackson Donaldson
2
-0
/
+38
2025-07-11
target/arm: Remove helper_sme2_luti4_4b
Richard Henderson
2
-2
/
+0
2025-07-11
target/s390x: Have s390_cpu_halt() not return anything
Philippe Mathieu-Daudé
3
-5
/
+5
2025-07-11
target/s390x: Expose s390_count_running_cpus() method
Philippe Mathieu-Daudé
2
-1
/
+2
2025-07-11
target/s390x: Remove unused s390_cpu_[un]halt() user stubs
Philippe Mathieu-Daudé
1
-10
/
+0
[next]