summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-15system/runstate: Document qemu_add_vm_change_state_handler()Philippe Mathieu-Daudé1-0/+10
2025-07-15accel/hvf: Implement AccelClass::get_vcpu_stats() handlerPhilippe Mathieu-Daudé1-0/+25
2025-07-15accel/tcg: Implement AccelClass::get_stats() handlerPhilippe Mathieu-Daudé3-2/+10
2025-07-15accel/tcg: Propagate AccelState to dump_accel_info()Philippe Mathieu-Daudé4-5/+5
2025-07-15accel/system: Add 'info accel' on human monitorPhilippe Mathieu-Daudé2-0/+20
2025-07-15accel/system: Introduce @x-accel-stats QMP commandPhilippe Mathieu-Daudé6-1/+59
2025-07-15accel/tcg: Extract statistic related code to tcg-stats.cPhilippe Mathieu-Daudé3-201/+216
2025-07-15Revert "accel/tcg: Unregister the RCU before exiting RR thread"Philippe Mathieu-Daudé1-2/+0
2025-07-15accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé19-39/+71
2025-07-15accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé12-15/+15
2025-07-15accel/tcg: Do not dump NaN statisticsPhilippe Mathieu-Daudé1-7/+15
2025-07-15hw/core/machine: Display CPU model name in 'info cpus' commandPhilippe Mathieu-Daudé1-1/+3
2025-07-15qapi/machine: Add @qom-type field to CpuInfoFast structurePhilippe Mathieu-Daudé2-0/+4
2025-07-15qapi/accel: Move definitions related to accelerators in their own filePhilippe Mathieu-Daudé7-29/+44
2025-07-15hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' headerPhilippe Mathieu-Daudé1-1/+0
2025-07-15hw/xen/arch_hvm: Unify x86 and ARM variantsPhilippe Mathieu-Daudé3-24/+10
2025-07-11linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXECPeter Maydell1-3/+2
2025-07-11tcg: Use uintptr_t in tcg_malloc implementationRichard Henderson2-7/+8
2025-07-11migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin9-24/+24
2025-07-11migration/postcopy: Add latency distribution report for blocktimePeter Xu4-1/+90
2025-07-11migration/postcopy: blocktime allows track / report non-vCPU faultsPeter Xu5-17/+67
2025-07-11migration/postcopy: Optimize blocktime fault tracking with hashtablePeter Xu2-48/+216
2025-07-11migration/postcopy: Cleanup the total blocktime accountingPeter Xu1-9/+7
2025-07-11migration/postcopy: Cache the tid->vcpu mapping for blocktimePeter Xu2-12/+59
2025-07-11migration/postcopy: Initialize blocktime context only until listenPeter Xu1-5/+10
2025-07-11migration/postcopy: Report fault latencies in blocktimePeter Xu4-37/+102
2025-07-11migration/postcopy: Add blocktime fault counts per-vcpuPeter Xu1-0/+5
2025-07-11migration/postcopy: Bring blocktime layer to ns levelPeter Xu1-12/+16
2025-07-11migration/postcopy: Drop PostcopyBlocktimeContext.start_timePeter Xu1-6/+4
2025-07-11migration/postcopy: Make all blocktime vars 64bitsPeter Xu2-27/+27
2025-07-11migration/postcopy: Drop all atomic ops in blocktime featurePeter Xu1-13/+10
2025-07-11migration/postcopy: Push blocktime start/end into page req mutexPeter Xu5-39/+48
2025-07-11migration: Add option to set postcopy-blocktimePeter Xu1-0/+2
2025-07-11migration/postcopy: Avoid clearing dirty bitmap for postcopy tooPeter Xu1-1/+3
2025-07-11migration: Rewrite the migration complete detect logicPeter Xu1-15/+42
2025-07-11migration/ram: Add tracepoints for ram_save_complete()Peter Xu2-0/+6
2025-07-11migration/ram: One less indent for ram_find_and_save_block()Peter Xu1-9/+11
2025-07-11migration: qemu_savevm_complete*() helpersPeter Xu1-34/+44
2025-07-11migration: Rename save_live_complete_precopy to save_completePeter Xu9-20/+20
2025-07-11migration: Drop save_live_complete_postcopy hookPeter Xu4-23/+12
2025-07-11migration/bg-snapshot: Do not check for SKIP in iteratorPeter Xu1-3/+2
2025-07-11migration/docs: Move docs for postcopy blocktime featurePeter Xu1-19/+17
2025-07-11migration/hmp: Fix postcopy-blocktime per-vCPU resultsPeter Xu1-9/+13
2025-07-11migration/hmp: Reorg "info migrate" once morePeter Xu1-28/+31
2025-07-11tests/functional: Add a test for the MAX78000 arm machineJackson Donaldson2-0/+49
2025-07-11docs/system: arm: Add max78000 board descriptionJackson Donaldson2-0/+38
2025-07-11target/arm: Remove helper_sme2_luti4_4bRichard Henderson2-2/+0
2025-07-11target/s390x: Have s390_cpu_halt() not return anythingPhilippe Mathieu-Daudé3-5/+5
2025-07-11target/s390x: Expose s390_count_running_cpus() methodPhilippe Mathieu-Daudé2-1/+2
2025-07-11target/s390x: Remove unused s390_cpu_[un]halt() user stubsPhilippe Mathieu-Daudé1-10/+0