summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-01qapi/block-core: deprecate some block-job- APIsVladimir Sementsov-Ogievskiy2-0/+61
2025-05-01qapi: synchronize jobs and block-jobs documentationVladimir Sementsov-Ogievskiy2-27/+64
2025-05-01block: add test non-active commit with zeroed dataVincent Vanlaer2-0/+150
2025-05-01block: allow commit to unmap zero blocksVincent Vanlaer1-9/+29
2025-05-01block: refactor error handling of commit_iterationVincent Vanlaer1-27/+36
2025-04-29block: move commit_run loop to separate functionVincent Vanlaer1-37/+52
2025-04-29block: get type of block allocation in commit_runVincent Vanlaer1-3/+9
2025-04-25qemu-img: improve queue depth validation in img_benchDenis Rastyogin1-1/+1
2025-04-25qemu: Convert target_name() to TargetInfo APIPhilippe Mathieu-Daudé11-11/+70
2025-04-25accel: Move target-agnostic code from accel-target.c -> accel-common.cPhilippe Mathieu-Daudé3-129/+143
2025-04-25accel: Make AccelCPUClass structure target-agnosticPhilippe Mathieu-Daudé4-13/+25
2025-04-25accel: Include missing 'qemu/accel.h' header in accel-internal.hPhilippe Mathieu-Daudé1-0/+2
2025-04-25accel: Implement accel_init_ops_interfaces() for both system/user modePhilippe Mathieu-Daudé5-15/+15
2025-04-25cpus: Move target-agnostic methods out of cpu-target.cPhilippe Mathieu-Daudé2-76/+75
2025-04-25cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()Philippe Mathieu-Daudé3-7/+11
2025-04-25qemu: Introduce target_cpu_type()Philippe Mathieu-Daudé4-0/+39
2025-04-25qapi: Rename TargetInfo structure as QemuTargetInfoPhilippe Mathieu-Daudé2-7/+7
2025-04-25hw/microblaze: Evaluate TARGET_BIG_ENDIAN at compile timePhilippe Mathieu-Daudé2-12/+12
2025-04-25hw/mips: Evaluate TARGET_BIG_ENDIAN at compile timePhilippe Mathieu-Daudé3-29/+14
2025-04-25target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile timePhilippe Mathieu-Daudé1-5/+5
2025-04-25target/mips: Check CPU endianness at runtime using env_is_bigendian()Philippe Mathieu-Daudé1-18/+16
2025-04-25accel/kvm: Use target_needs_bswap()Philippe Mathieu-Daudé1-14/+16
2025-04-25linux-user/elfload: Use target_needs_bswap()Philippe Mathieu-Daudé1-24/+39
2025-04-25target/hexagon: Include missing 'accel/tcg/getpc.h'Philippe Mathieu-Daudé2-0/+2
2025-04-25accel/tcg: Correct list of included headers in tcg-stub.cPhilippe Mathieu-Daudé1-2/+1
2025-04-25system/kvm: make functions accessible from common codePierrick Bouvier1-4/+4
2025-04-25meson: Use osdep_prefix for strchrnul()Akihiko Odaki1-1/+2
2025-04-25meson: Share common C source prefixesAkihiko Odaki1-36/+32
2025-04-25meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_IDAkihiko Odaki1-10/+0
2025-04-25meson: Use has_header_symbol() to check getcpu()Akihiko Odaki1-1/+2
2025-04-25pc-bios: Move device tree files in their own subdirBALATON Zoltan13-25/+29
2025-04-25system/datadir: Add new type constant for DTB filesBALATON Zoltan6-8/+14
2025-04-25system/memory: Remove DEVICE_HOST_ENDIAN definitionPhilippe Mathieu-Daudé3-10/+1
2025-04-25system/vl: Fix type conflict of GLib function pointersKohei Tokunaga1-2/+2
2025-04-25contrib/plugins: Fix type conflict of GLib function pointersKohei Tokunaga8-25/+25
2025-04-25hw/net/can: Fix type conflict of GLib function pointersKohei Tokunaga1-2/+2
2025-04-25block: Remove unused callback function *bdrv_aio_pdiscardSunny Zhu2-23/+3
2025-04-25hw/core/loader: Fix type conflict of GLib function pointersKohei Tokunaga1-2/+2
2025-04-25hw/intc/i8259: Remove unused DEBUG_PIC defineBALATON Zoltan1-4/+1
2025-04-25hw/usb/hcd-xhci: Unmap canceled packetAkihiko Odaki1-6/+7
2025-04-25exec: Rename target_words_bigendian() -> target_big_endian()Philippe Mathieu-Daudé8-15/+15
2025-04-25target/mips: Fix MIPS16e translationHauke Mehrtens1-2/+2
2025-04-25target/arm: Replace target_ulong -> vaddr for CPUWatchpointPhilippe Mathieu-Daudé2-8/+9
2025-04-25target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfoPhilippe Mathieu-Daudé1-2/+3
2025-04-25target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPUPeter Maydell2-5/+12
2025-04-25target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPUPeter Maydell3-3/+15
2025-04-25target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_namePeter Maydell3-6/+9
2025-04-25gdbstub: Allow gdb_core_xml_file to be set at runtimePeter Maydell2-4/+24
2025-04-25hw/core/cpu: gdb_arch_name string should not be freedPeter Maydell1-1/+2
2025-04-25hw/core: Get default_cpu_type calling machine_class_default_cpu_type()Philippe Mathieu-Daudé2-3/+4