summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-08vfio/pci.h: rename VFIOPCIDevice pdev field to parent_objMark Cave-Ayland3-5/+5
2025-09-08s390x/s390-pci-vfio.c: use QOM casts where appropriateMark Cave-Ayland1-7/+7
2025-09-08vfio-user/pci.c: use QOM casts where appropriateMark Cave-Ayland1-3/+3
2025-09-08vfio/igd.c: use QOM casts where appropriateMark Cave-Ayland1-17/+21
2025-09-08vfio/cpr.c: use QOM casts where appropriateMark Cave-Ayland1-4/+4
2025-09-08vfio/pci-quirks.c: use QOM casts where appropriateMark Cave-Ayland1-19/+29
2025-09-08vfio/pci.c: use QOM casts where appropriateMark Cave-Ayland1-83/+121
2025-09-08vfio/pci.h: update VFIOPCIDevice declarationMark Cave-Ayland1-0/+1
2025-09-08vfio-user/pci.c: rename VFIOUserPCIDevice device field to parent_objMark Cave-Ayland1-1/+1
2025-09-08vfio-user/pci.c: use QOM casts where appropriateMark Cave-Ayland1-3/+4
2025-09-08vfio-user/pci.c: update VFIOUserPCIDevice declarationMark Cave-Ayland1-0/+1
2025-09-08vfio-user/container.h: rename VFIOUserContainer bcontainer field to parent_objMark Cave-Ayland1-1/+1
2025-09-08vfio/container.c: use QOM casts where appropriateMark Cave-Ayland1-15/+11
2025-09-08vfio-user/container.h: update VFIOUserContainer declarationMark Cave-Ayland1-2/+3
2025-09-08vfio/vfio-container.h: rename VFIOContainer bcontainer field to parent_objMark Cave-Ayland1-1/+1
2025-09-08vfio/spapr.c: use QOM casts where appropriateMark Cave-Ayland1-10/+6
2025-09-08ppc/spapr_pci_vfio.c: use QOM casts where appropriateMark Cave-Ayland1-1/+1
2025-09-08hw/vfio/container.c: use QOM casts where appropriateMark Cave-Ayland1-18/+13
2025-09-08hw/vfio/cpr-legacy.c: use QOM casts where appropriateMark Cave-Ayland1-7/+7
2025-09-08vfio/vfio-container.h: update VFIOContainer declarationMark Cave-Ayland1-2/+3
2025-09-08vfio/vfio-container-base.h: update VFIOContainerBase declarationMark Cave-Ayland1-6/+7
2025-09-08vfio: Introduce helper vfio_pci_from_vfio_device()Zhenzhong Duan6-7/+28
2025-09-08hw/vfio-user: add x-pci-class-codeJohn Levon1-0/+2
2025-09-08vfio: Report an error when the 'dma_max_mappings' limit is reachedCédric Le Goater1-4/+9
2025-09-08vfio/container: set error on cpr failureSteve Sistare1-0/+3
2025-09-08vfio: Move vfio-region.h under hw/vfio/Cédric Le Goater1-0/+0
2025-09-08vfio: Remove 'vfio-platform'Cédric Le Goater10-828/+10
2025-09-08vfio: Remove 'vfio-calxeda-xgmac' deviceCédric Le Goater10-188/+8
2025-09-08vfio: Remove 'vfio-amd-xgbe' deviceCédric Le Goater10-439/+9
2025-09-08vfio/igd: Enable quirks when IGD is not the primary displayTomita Moeko2-3/+9
2025-09-08MAINTAINERS: Add myself as reviewer for PowerNV and XIVEGlenn Miles1-0/+2
2025-09-04tcg/i386: Use vgf2p8affineqb for MO_8 vector shiftsRichard Henderson1-4/+71
2025-09-04tcg/i386: Add INDEX_op_x86_vgf2p8affineqb_vecRichard Henderson2-0/+7
2025-09-04tcg/i386: Use canonical operand ordering in expand_vec_sariRichard Henderson1-2/+2
2025-09-04tcg/i386: Expand sari of bits-1 as pcmpgtRichard Henderson1-0/+6
2025-09-04cpuinfo/i386: Detect GFNI as an AVX extensionRichard Henderson3-0/+5
2025-09-04tcg/arm: Fix tgen_depositRichard Henderson1-1/+2
2025-09-03docs: fix typo in xive docAditya Gupta1-1/+1
2025-09-03scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' categoryPhilippe Mathieu-Daudé1-0/+3
2025-09-03block/curl: drop old/unuspported curl version checksMichael Tokarev1-12/+1
2025-09-03block/curl: fix curl internal handles handlingMichael Tokarev1-5/+2
2025-09-03chardev/baum: Fix compiler warning for Windows buildsStefan Weil via1-2/+6
2025-09-02hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()Mark Cave-Ayland1-4/+2
2025-09-02hw/arm/boot: Correctly free the MemoryDeviceInfoListPeter Maydell1-1/+1
2025-09-02docs/about/removed-features: Clarify 'device_add' is removedPhilippe Mathieu-Daudé1-2/+2
2025-09-02hw/mips/malta: Include 'system/system.h'Cédric Le Goater1-0/+1
2025-09-02hw/mips/loongson3_virt: Include 'system/system.h'Cédric Le Goater1-0/+1
2025-09-02hw/isa/superio: Include 'system/system.h'Cédric Le Goater1-0/+1
2025-09-02hw/arm/virt: Include 'system/system.h'Cédric Le Goater1-0/+1
2025-09-02crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] c...Jan Kiszka5-4/+24