summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan2-3/+3
2024-11-05hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...Bernhard Beschow4-1/+14
2024-11-05hw/watchdog/wdt_imx2: Remove redundant assignmentBernhard Beschow1-1/+0
2024-11-05hw/timer/imx_gpt: Convert DPRINTF to trace eventsBernhard Beschow2-13/+11
2024-11-05hw/rtc/ds1338: Trace send and receive operationsBernhard Beschow2-0/+10
2024-11-05disas: Fix build against Capstone v6 (again)Richard Henderson1-0/+1
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell1-1/+8
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell6-20/+86
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell8-81/+34
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell2-27/+6
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+9
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+7
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+7
2024-11-05target/microblaze: Move setting of float rounding mode to resetPeter Maydell1-3/+2
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+12
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell4-1/+49
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell2-11/+3
2024-11-05target/xtensa: Factor out calls to set_use_first_nan()Peter Maydell3-15/+26
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell3-6/+18
2024-11-05target/sparc: Move cpu_put_fsr(env, 0) call to resetPeter Maydell1-1/+1
2024-11-05target/m68k: Initialize float_status fields in gdb set/get functionsPeter Maydell1-2/+2
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell3-18/+18
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell2-8/+10
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell2-3/+3
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell2-2/+8
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell2-3/+4
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell4-17/+42
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell3-19/+37
2024-11-05tests/fp: Explicitly set 2-NaN propagation rulePeter Maydell3-0/+5
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell3-95/+183
2024-11-05contrib/plugins: remove Makefile for contrib/pluginsPierrick Bouvier3-115/+0
2024-11-05meson: build contrib/plugins with mesonPierrick Bouvier2-0/+32
2024-11-05contrib/plugins/cflow: fix warningPierrick Bouvier1-3/+3
2024-11-04bsd-user: Set TaskState ts_tid for initial threadsJessica Clarke1-0/+1
2024-11-04bsd-user/main: Allow setting tb-sizeIlya Leoshkevich1-0/+9
2024-11-04bsd-user/x86_64/target_arch_thread.h: Align stackIlya Leoshkevich1-1/+1
2024-11-04intel_iommu: Add missed reserved bit check for IEC descriptorZhenzhong Duan2-0/+11
2024-11-04intel_iommu: Add missed sanity check for 256-bit invalidation queueZhenzhong Duan2-22/+59
2024-11-04intel_iommu: Send IQE event when setting reserved bit in IQT_TAILZhenzhong Duan1-0/+1
2024-11-04hw/acpi: Update GED with vCPU Hotplug VMSD for migrationSalil Mehta1-0/+19
2024-11-04tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35}Salil Mehta42-41/+0
2024-11-04hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug statesSalil Mehta2-4/+35
2024-11-04qtest: allow ACPI DSDT Table changesSalil Mehta1-0/+41
2024-11-04hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplugSalil Mehta2-1/+15
2024-11-04hw/pci: Add parenthesis to PCI_BUILD_BDF macroRoque Arcudia Hernandez1-1/+1
2024-11-04hw/cxl: Ensure there is enough data to read the input header in cmd_get_physi...Jonathan Cameron1-0/+3
2024-11-04hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()Jonathan Cameron1-2/+2
2024-11-04hw/cxl: Check that writes do not go beyond end of target attributesJonathan Cameron1-0/+10
2024-11-04hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()Jonathan Cameron1-0/+3
2024-11-04hw/cxl: Avoid accesses beyond the end of cel_log.Jonathan Cameron1-9/+13