aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26simpletrace: move logic of process into internal functionMads Ynddal1-8/+18
2023-09-26simpletrace: refactor to separate responsibilitiesMads Ynddal1-62/+53
2023-09-26simpletrace: made Analyzer into context-managerMads Ynddal1-11/+20
2023-09-26simpletrace: define exception and add handlingMads Ynddal1-8/+14
2023-09-26simpletrace: improved error handling on struct unpackMads Ynddal1-25/+16
2023-09-26simpletrace: update code for Python 3.11Mads Ynddal1-1/+1
2023-09-26simpletrace: changed naming of edict and idtoname to improve readabilityMads Ynddal1-17/+17
2023-09-26simpletrace: improve parsing of sys.argv; fix files never closed.Mads Ynddal1-16/+34
2023-09-26simpletrace: annotate magic constants from QEMU codeMads Ynddal1-0/+5
2023-09-26simpletrace: add __all__ to define public interfaceMads Ynddal1-0/+2
2023-09-25tests/avocado: fix waiting for vm shutdown in replay_linuxPavel Dovgalyuk1-1/+1
2023-09-25hw/mips/jazz: Simplify the NIC setup codeThomas Huth1-16/+5
2023-09-25hw/mips/jazz: Move the NIC init code into a separate functionThomas Huth1-27/+35
2023-09-25tests/qtest/netdev-socket: Do not test multicast on DarwinPhilippe Mathieu-Daudé1-2/+4
2023-09-25tests/qtest/m48t59-test: Silence compiler warning with -WshadowThomas Huth1-6/+6
2023-09-25tests/qtest/netdev-socket: Raise connection timeout to 120 secondsStefan Hajnoczi1-1/+1
2023-09-25meson.build: Make keyutils independent from keyringThomas Huth3-2/+9
2023-09-22vl: recognize audiodev groups in configuration filesPaolo Bonzini3-0/+18
2023-09-22tests/qtest: Specify audiodev= and -audiodevMartin Kletzander3-8/+16
2023-09-22hw/display/xlnx_dp.c: Add audiodev propertyMartin Kletzander1-0/+6
2023-09-22hw/audio/lm4549: Add errp error reporting to init functionMartin Kletzander3-3/+5
2023-09-22hw/audio: Simplify hda audio initMartin Kletzander3-18/+20
2023-09-22hw/input/tsc210x: Extract common init code into new functionMartin Kletzander1-44/+24
2023-09-21elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov2-12/+5
2023-09-21elf2dmp: use Linux mmap with MAP_NORESERVE when possibleViktor Prutyanov2-12/+58
2023-09-21elf2dmp: introduce merging of physical memory runsViktor Prutyanov1-8/+48
2023-09-21elf2dmp: introduce physical block alignmentViktor Prutyanov3-4/+33
2023-09-21elf2dmp: replace PE export name check with PDB name checkViktor Prutyanov1-60/+33
2023-09-21sbsa-ref: add non-secure EL2 virtual timerMarcin Juszkiewicz1-0/+2
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_process()Peter Maydell1-5/+11
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_client_initPeter Maydell1-2/+3
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell3-0/+3
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell4-0/+535
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell2-0/+116
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell6-9/+155
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell4-13/+27
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell4-0/+413
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell2-2/+80
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell1-11/+37
2023-09-21target/arm: Define syndrome function for MOPS exceptionsPeter Maydell1-0/+12
2023-09-21target/arm: Pass unpriv bool to get_a64_user_mem_index()Peter Maydell1-6/+14
2023-09-21target/arm: Implement FEAT_MOPS enable bitsPeter Maydell2-8/+28
2023-09-21target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell1-0/+9
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell1-28/+14
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell6-1/+17
2023-09-21target/arm: Update user-mode ID reg mask valuesPeter Maydell2-3/+12
2023-09-21target/arm: Update AArch64 ID register field definitionsPeter Maydell1-0/+23
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell1-0/+12
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell1-0/+44
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell1-7/+7