summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-14docs/sphinx: adjust qapidoc to cope with same-line error sectionsJohn Snow1-4/+8
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
2025-07-11tests/functional/test_ppc_bamboo: Replace broken link with working assetsThomas Huth1-15/+19
2025-07-11tests/functional: Add dependency to the keymap_targetsThomas Huth1-1/+1
2025-07-11pc-bios: Update the s390 bios images with the pxelinux.cfg loadparm changesThomas Huth1-0/+0
2025-07-11pc-bios/s390-ccw: link staticallySertonix1-1/+1
2025-07-11tests/functional: Add a test for s390x pxelinux.cfg network bootingThomas Huth3-0/+121
2025-07-11pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfgThomas Huth1-0/+26
2025-07-11pc-bios/s390-ccw: Make get_boot_index() from menu.c globalThomas Huth2-3/+4
2025-07-11pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfgThomas Huth1-6/+4
2025-07-11pc-bios/s390-ccw: Allow to select a different pxelinux.cfg entry via loadparmThomas Huth1-8/+24
2025-07-11hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ettPeter Maydell1-12/+14
2025-07-11target/s390x/tcg: Use vaddr in s390_probe_access()Philippe Mathieu-Daudé1-5/+5
2025-07-11target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint()Philippe Mathieu-Daudé1-2/+2
2025-07-11target/loongarch: Remove unnecessary page size validity checkingBibo Mao1-17/+10
2025-07-11target/loongarch: Fix CSR STLBPS register write emulationBibo Mao1-0/+4
2025-07-11target/loongarch: Correct spelling in helper_csrwr_pwcl()Bibo Mao1-2/+2