summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-06test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich1-0/+8
2024-02-06tests/vm/freebsd: Reload the sshd configurationIlya Leoshkevich1-0/+1
2024-02-06tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich1-0/+2
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé7-25/+11
2024-02-06tests/tcg/s390x: Test CONVERT TO BINARYIlya Leoshkevich2-0/+103
2024-02-06tests/tcg/s390x: Test CONVERT TO DECIMALIlya Leoshkevich2-0/+64
2024-02-06target/s390x: Emulate CVB, CVBY and CVBGIlya Leoshkevich4-0/+98
2024-02-06target/s390x: Emulate CVDGIlya Leoshkevich4-0/+31
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda7-37/+145
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand1-0/+14
2024-02-05docs/about: Deprecate the old "power5+" and "power7+" CPU namesThomas Huth1-0/+9
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth3-10/+8
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-04hv-balloon: use get_min_alignment() to express 32 GiB alignmentDavid Hildenbrand1-16/+21
2024-02-03qga/qapi-schema: Move command description right after command nameMarkus Armbruster1-9/+9
2024-02-03qga: Move type description right after type nameMarkus Armbruster1-2/+2
2024-02-03qapi: Elide "Potential additional modes" from generated docsMarkus Armbruster1-5/+6
2024-02-03qapi: Drop redundant documentation of conditionalMarkus Armbruster1-2/+0
2024-02-03qapi: Drop redundant documentation of inherited membersMarkus Armbruster2-4/+0
2024-02-03linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson3-0/+4
2024-02-03target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASKRichard Henderson1-7/+0
2024-02-03target/sparc: Split fcc out of env->fsrRichard Henderson4-522/+198
2024-02-03target/sparc: Remove cpu_fsrRichard Henderson3-113/+114
2024-02-03target/sparc: Split cexc and ftt from env->fsrRichard Henderson4-38/+48
2024-02-03target/sparc: Merge check_ieee_exceptions with FPop helpersRichard Henderson3-129/+219
2024-02-03target/sparc: Clear cexc and ftt in do_check_ieee_exceptionsRichard Henderson2-16/+2
2024-02-03target/sparc: Split ver from env->fsrRichard Henderson3-16/+23
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson9-18/+80
2024-02-03target/sparc: Remove qt0, qt1 temporariesRichard Henderson3-8/+0
2024-02-03target/sparc: Use i128 for FdmulqRichard Henderson3-16/+9
2024-02-03target/sparc: Use i128 for FdTOq, FxTOqRichard Henderson3-10/+11
2024-02-03target/sparc: Use i128 for FsTOq, FiTOqRichard Henderson3-10/+11
2024-02-03target/sparc: Use i128 for FCMPq, FCMPEqRichard Henderson3-52/+41
2024-02-03target/sparc: Use i128 for FqTOd, FqTOxRichard Henderson3-9/+10
2024-02-03target/sparc: Use i128 for FqTOs, FqTOiRichard Henderson3-9/+10
2024-02-03target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVqRichard Henderson3-28/+26
2024-02-03target/sparc: Use i128 for FSQRTqRichard Henderson3-8/+32
2024-02-03target/sparc: Inline FNEG, FABSRichard Henderson3-72/+30
2024-02-03target/sparc: Introduce gen_{load,store}_fpr_QRichard Henderson1-6/+19
2024-02-03target/sparc: Remove gen_dest_fpr_FRichard Henderson1-11/+6
2024-02-03target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILLRichard Henderson1-16/+15
2024-02-03target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPYRichard Henderson1-19/+26
2024-02-03tcg/loongarch64: Set vector registers call clobberedRichard Henderson1-1/+1
2024-02-03tests/tcg: Fix the /proc/self/mem probing in the PROT_NONE gdbstub testIlya Leoshkevich1-1/+1
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson23-49/+65
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson31-133/+34
2024-02-03target/xtensa: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/tricore: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/sparc: Populate CPUClass.mmu_indexRichard Henderson2-28/+35
2024-02-03target/sh4: Populate CPUClass.mmu_indexRichard Henderson2-10/+22