summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-25vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_...Mark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]Mark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_infoMark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_in...Mark Cave-Ayland1-2/+2
2025-09-25hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICEMark Cave-Ayland6-31/+32
2025-09-25vfio/pci.c: rename vfio_pci_dev_info to vfio_pci_infoMark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_pci_dev_class_init() to vfio_pci_class_init()Mark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_instance_finalize() to vfio_pci_finalize()Mark Cave-Ayland1-2/+2
2025-09-25vfio/pci.c: rename vfio_instance_init() to vfio_pci_init()Mark Cave-Ayland1-2/+2
2025-09-25vfio/spapr.c: rename VFIOContainer bcontainer field to parent_objMark Cave-Ayland1-3/+4
2025-09-25vfio/spapr.c: use QOM casts where appropriateMark Cave-Ayland1-12/+7
2025-09-25vfio/vfio-iommufd.h: rename VFIOContainer bcontainer field to parent_objMark Cave-Ayland1-3/+4
2025-09-25vfio/cpr-iommufd.c: use QOM casts where appropriateMark Cave-Ayland1-2/+2
2025-09-25vfio/iommufd.c: use QOM casts where appropriateMark Cave-Ayland1-20/+14
2025-09-25hw/vfio/container-base.c: rename file to container.cMark Cave-Ayland2-1/+1
2025-09-25hw/vfio/container.c: rename file to container-legacy.cMark Cave-Ayland2-1/+1
2025-09-25include/hw/vfio/vfio-container-base.h: rename file to vfio-container.hMark Cave-Ayland6-8/+8
2025-09-25include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.hMark Cave-Ayland6-8/+8
2025-09-25include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainerMark Cave-Ayland17-151/+154
2025-09-25include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainerMark Cave-Ayland6-54/+60
2025-09-25tests/functional: add a vfio-user smoke testMark Cave-Ayland3-0/+203
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
2025-09-24hv-balloon: hw/core/register: Do not unparent in instance_finalize()Akihiko Odaki1-11/+1
2025-09-24hw/core/register: Do not unparent in instance_finalize()Akihiko Odaki1-1/+0
2025-09-24vfio/pci: Do not unparent in instance_finalize()Akihiko Odaki1-4/+0
2025-09-24docs/devel: Do not unparent in instance_finalize()Akihiko Odaki1-11/+6
2025-09-24tests/functional: treat unknown exceptions as transient faultsDaniel P. Berrangé1-1/+2
2025-09-24tests/functional: retry when seeing ConnectionError exceptionDaniel P. Berrangé1-0/+7
2025-09-24tests: Fix "make check-functional" for targets without thorough testsThomas Huth1-0/+3
2025-09-24tests/functional/hppa: Add a CD-ROM boot test for qemu-system-hppaThomas Huth3-1/+43
2025-09-24.gitlab-ci.d/buildtest.yml: Unset CI_COMMIT_DESCRIPTION for htagsPeter Maydell1-1/+1