summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-24plugins: fix qemu_plugin_resetPierrick Bouvier1-0/+4
2024-10-24MAINTAINERS: mention my plugins/next treeAlex Bennée1-0/+1
2024-10-24testing: Enhance gdb probe scriptGustavo Romero1-36/+39
2024-10-24tests/tcg/aarch64: Use raw strings for regexes in test-mte.pyGustavo Romero1-2/+2
2024-10-24tests/tcg: enable basic testing for aarch64_be-linux-userAlex Bennée4-1/+63
2024-10-24config/targets: update aarch64_be-linux-user gdb XML listAlex Bennée1-1/+1
2024-10-24MAINTAINERS: mention my gdbstub/next treeAlex Bennée1-0/+1
2024-10-24gitlab: make check-[dco|patch] a little more verboseAlex Bennée2-6/+4
2024-10-24dockerfiles: fix default targets for debian-loongarch-crossPierrick Bouvier1-2/+2
2024-10-24accel/tcg: add tracepoints for cpu_loop_exit_atomicAlex Bennée3-1/+22
2024-10-24tests/tcg/x86_64: Add cross-modifying code testIlya Leoshkevich2-0/+84
2024-10-24scripts/ci: remove architecture checks for build-environment updatesAlex Bennée1-2/+0
2024-10-24docs/devel: update tsan build documentationPierrick Bouvier1-4/+22
2024-10-24meson: hide tsan related warningsPierrick Bouvier1-1/+9
2024-10-24MAINTAINERS: mention my testing/next treeAlex Bennée1-0/+1
2024-10-24tests/docker: add NOFETCH env variable for testingAlex Bennée1-2/+3
2024-10-24tests/docker: Fix microblaze atomicsIlya Leoshkevich2-0/+15
2024-10-24test/qtest/aspeed_smc-test: Fix coding styleJamin Lin1-2/+4
2024-10-24hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin1-1/+1
2024-10-24hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin1-1/+1
2024-10-24hw/block/m25p80: Add SFDP table for w25q80bl flashJamin Lin3-2/+39
2024-10-24hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvqJamin Lin1-0/+38
2024-10-24hw/block:m25p80: Fix coding styleJamin Lin1-8/+14
2024-10-24aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin2-12/+29
2024-10-24tests/functional: Convert most Aspeed machine testsCédric Le Goater3-292/+284
2024-10-24hw/misc/aspeed_hace: Fix SG Accumulative hashingAlejandro Zeise2-45/+63
2024-10-24tests/qtest:ast2700-gpio-test: Add GPIO test case for AST2700Jamin Lin3-0/+99
2024-10-24aspeed/soc: Support GPIO for AST2700Jamin Lin1-0/+13
2024-10-24aspeed/soc: Correct GPIO irq 130 for AST2700Jamin Lin1-3/+2
2024-10-24hw/gpio/aspeed: Add AST2700 supportJamin Lin1-0/+380
2024-10-24hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index modeJamin Lin1-10/+17
2024-10-24hw/gpio/aspeed: Support different memory region opsJamin Lin2-1/+7
2024-10-24hw/gpio/aspeed: Support to set the different memory sizeJamin Lin2-1/+7
2024-10-24hw/gpio/aspeed: Fix coding styleJamin Lin2-4/+4
2024-10-23vfio/helpers: Align mmapsAlex Williamson1-2/+30
2024-10-23vfio/helpers: Refactor vfio_region_mmap() error handlingAlex Williamson1-17/+17
2024-10-23vfio/migration: Change trace formats from hex to decimalAvihai Horon1-5/+5
2024-10-23vfio/migration: Report only stop-copy size in vfio_state_pending_exact()Avihai Horon1-3/+0
2024-10-23pc-bios/s390-ccw: Update s390-ccw.img with the full boot order support featureThomas Huth1-0/+0
2024-10-23pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`Marc Hartmayer1-2/+3
2024-10-23pc-bios/s390-ccw: Don't generate TEXTRELsJens Remus2-3/+6
2024-10-23pc-bios/s390-ccw: Clarify alignment is in bytesJens Remus1-2/+2
2024-10-23tests/qtest: Add s390x boot order tests to cdrom-test.cJared Rossi1-0/+24
2024-10-23docs/system: Update documentation for s390x IPLJared Rossi2-6/+10
2024-10-23pc-bios/s390x: Enable multi-device boot loopJared Rossi4-21/+57
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi5-70/+38
2024-10-23hw/s390x: Build an IPLB for each boot deviceJared Rossi3-29/+105
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi8-55/+102
2024-10-23include/hw/s390x: Add include files for common IPL structsJared Rossi4-183/+130
2024-10-23pc-bios/s390-ccw: Enable failed IPL to return after errorJared Rossi8-56/+108