summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-25target/arm: Move alias setting for wildcardsRichard Henderson1-10/+12
2025-09-25target/arm: Remove name argument to alloc_cpregRichard Henderson1-6/+6
2025-09-25target/arm: Hoist the allocation of ARMCPRegInfoRichard Henderson1-49/+48
2025-09-25target/arm: Split out alloc_cpregRichard Henderson1-6/+23
2025-09-25target/arm: Add key parameter to add_cpreg_to_hashtableRichard Henderson1-20/+20
2025-09-25target/arm: Move cpreg elimination to define_one_arm_cp_regRichard Henderson1-59/+64
2025-09-25target/arm: Move cp processing to define_one_arm_cp_regRichard Henderson1-31/+22
2025-09-25target/arm: Improve asserts in define_one_arm_cp_regRichard Henderson1-5/+10
2025-09-25target/arm: Split out add_cpreg_to_hashtable_aa{32, 64}Richard Henderson1-71/+76
2025-09-25target/arm: Reorder ENCODE_AA64_CP_REG argumentsRichard Henderson4-8/+8
2025-09-25target/arm: Remove cp argument to ENCODE_AA64_CP_REGRichard Henderson5-18/+10
2025-09-25target/arm: Convert init_cpreg_list to g_hash_table_foreachRichard Henderson1-33/+21
2025-09-25target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}Richard Henderson1-4/+4
2025-09-25target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}Richard Henderson1-5/+10
2025-09-25target/arm: Replace cpreg_field_is_64bit with cpreg_field_typeRichard Henderson3-11/+24
2025-09-25target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64Richard Henderson2-9/+12
2025-09-25target/arm: Drop define_one_arm_cp_reg_with_opaqueRichard Henderson3-51/+20
2025-09-25target/arm: Rename all ARMCPRegInfo from opaque to riRichard Henderson2-8/+8
2025-09-25target/arm: Use raw_write in cp_reg_resetRichard Henderson1-8/+2
2025-09-25target/arm/hvf: Use raw_read, raw_write to accessRichard Henderson1-2/+2
2025-09-25target/arm/hvf: Sort the cpreg_indexes arrayRichard Henderson1-0/+3
2025-09-25target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_listRichard Henderson1-30/+15
2025-09-25target/arm/hvf: Remove hvf_sreg_match.keyRichard Henderson1-16/+19
2025-09-25target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMIDRichard Henderson1-0/+20
2025-09-25target/arm/hvf: Reorder DEF_SYSREG argumentsRichard Henderson2-130/+130
2025-09-25target/arm/hvf: Split out sysreg.c.incRichard Henderson2-141/+152
2025-09-25target/arm: Move compare_u64 to helper.cRichard Henderson3-11/+14
2025-09-25target/arm: Introduce KVMID_AA64_SYS_REG64Richard Henderson1-0/+11
2025-09-25net/passt: Fix build failure due to missing GIO dependencyLaurent Vivier1-0/+1
2025-09-25hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpointPeter Maydell1-2/+8
2025-09-24accel/tcg: Remove cpu_loop_exit_restore() stubPhilippe Mathieu-Daudé2-6/+1
2025-09-24accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_rangePhilippe Mathieu-Daudé1-1/+0
2025-09-24accel/tcg: Improve buffer overflow in tb_gen_codeRichard Henderson1-0/+4
2025-09-24accel/tcg: Create queue_tb_flush from tb_flushRichard Henderson3-20/+10
2025-09-24linux-user: Split out begin_parallel_contextRichard Henderson3-17/+19
2025-09-24plugins: Use tb_flush__exclusive_or_serialRichard Henderson3-8/+5
2025-09-24accel/tcg: Move post-load tb_flush to vm_change_state hookRichard Henderson2-9/+21
2025-09-24accel/tcg: Split out tb_flush__exclusive_or_serialRichard Henderson2-14/+40
2025-09-24hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_initRichard Henderson1-2/+2
2025-09-24target/riscv: Record misa_ext in TCGTBCPUState.cs_baseRichard Henderson2-4/+2
2025-09-24target/alpha: Simplify call_pal implementationRichard Henderson4-27/+6
2025-09-24gdbstub: Remove tb_flush usesRichard Henderson2-8/+0
2025-09-24tests/tcg/multiarch: Add tb-link testRichard Henderson2-0/+69
2025-09-24accel/tcg: Properly unlink a TB linked to itselfRichard Henderson1-0/+8
2025-09-24docs/code-provenance: AI exceptions are in addition to DCOPaolo Bonzini1-0/+6
2025-09-24docs/code-provenance: make the exception process more prominentPaolo Bonzini1-5/+10
2025-09-24docs/code-provenance: clarify scope very earlyPaolo Bonzini1-6/+6
2025-09-24hw/xen: Do not unparent in instance_finalize()Akihiko Odaki1-10/+1
2025-09-24vfio: Do not unparent in instance_finalize()Akihiko Odaki2-11/+1
2025-09-24hw/sd/sdhci: Do not unparent in instance_finalize()Akihiko Odaki1-4/+0