summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-24accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_rangePhilippe Mathieu-Daudé1-1/+0
2025-09-24accel/tcg: Improve buffer overflow in tb_gen_codeRichard Henderson1-0/+4
2025-09-24accel/tcg: Create queue_tb_flush from tb_flushRichard Henderson3-20/+10
2025-09-24linux-user: Split out begin_parallel_contextRichard Henderson3-17/+19
2025-09-24plugins: Use tb_flush__exclusive_or_serialRichard Henderson3-8/+5
2025-09-24accel/tcg: Move post-load tb_flush to vm_change_state hookRichard Henderson2-9/+21
2025-09-24accel/tcg: Split out tb_flush__exclusive_or_serialRichard Henderson2-14/+40
2025-09-24hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_initRichard Henderson1-2/+2
2025-09-24target/riscv: Record misa_ext in TCGTBCPUState.cs_baseRichard Henderson2-4/+2
2025-09-24target/alpha: Simplify call_pal implementationRichard Henderson4-27/+6
2025-09-24gdbstub: Remove tb_flush usesRichard Henderson2-8/+0
2025-09-24tests/tcg/multiarch: Add tb-link testRichard Henderson2-0/+69
2025-09-24accel/tcg: Properly unlink a TB linked to itselfRichard Henderson1-0/+8
2025-09-24tests/functional: treat unknown exceptions as transient faultsDaniel P. Berrangé1-1/+2
2025-09-24tests/functional: retry when seeing ConnectionError exceptionDaniel P. Berrangé1-0/+7
2025-09-24tests: Fix "make check-functional" for targets without thorough testsThomas Huth1-0/+3
2025-09-24tests/functional/hppa: Add a CD-ROM boot test for qemu-system-hppaThomas Huth3-1/+43
2025-09-24.gitlab-ci.d/buildtest.yml: Unset CI_COMMIT_DESCRIPTION for htagsPeter Maydell1-1/+1
2025-09-24tests/functional: use self.log for all loggingDaniel P. Berrangé5-32/+25
2025-09-24tests/functional: Use vmstate-static-checker.py to test data from v7.2Thomas Huth7-1/+80
2025-09-24tests/data/vmstate-static-checker: Add dump files from QEMU 7.2.17Thomas Huth5-0/+10347
2025-09-24tests/functional: Test whether the vmstate-static-checker script works fineThomas Huth3-0/+60
2025-09-24tests: Move the old vmstate-static-checker files to tests/data/Thomas Huth3-1/+1
2025-09-24tests/functional/s390x/test_pxelinux: Fix warnings from pylintThomas Huth1-7/+18
2025-09-23target/hppa: Adjust mmu indexes to begin with 0Richard Henderson1-15/+15
2025-09-23include/hw/core/cpu: Invert the indexing into CPUTLBDescFastRichard Henderson2-2/+12
2025-09-23include/hw/core/cpu: Introduce cpu_tlb_fastRichard Henderson4-10/+17
2025-09-23include/hw/core/cpu: Introduce MMUIdxMapRichard Henderson3-34/+34
2025-09-23tcg/optimize: Fix folding of vector bitselWANG Rui1-1/+2
2025-09-23hw/pci-host/astro: Don't call pci_regsiter_root_bus() in initPeter Maydell1-13/+14
2025-09-23hw/pci-host/dino: Don't call pci_register_root_bus() in initPeter Maydell1-41/+33
2025-09-23target/sparc: Relax decode of rs2_or_imm for v7Richard Henderson1-19/+37
2025-09-23target/sparc: Loosen decode of RDTBR for v7Richard Henderson1-1/+1
2025-09-23target/sparc: Loosen decode of RDWIM for v7Richard Henderson1-19/+21
2025-09-23target/sparc: Loosen decode of RDPSR for v7Richard Henderson1-7/+9
2025-09-23target/sparc: Loosen decode of RDY for v7Richard Henderson2-14/+12
2025-09-23target/sparc: Loosen decode of STBAR for v8Richard Henderson2-2/+16
2025-09-23target/sparc: Allow TRANS macro with no extra argumentsRichard Henderson1-1/+1
2025-09-23linux-user: Add syscall dispatch supportArusekk5-1/+93
2025-09-23linux-user: Populate vdso_sigreturn_region_{start,end} from sigtramp pageRichard Henderson1-0/+2
2025-09-23linux-user: Populate sigreturn_region_{start,end} in all vdso.SRichard Henderson22-0/+16
2025-09-23linux-user: Create vdso_sigreturn_region_{start,end}Richard Henderson6-2/+22
2025-09-23tests/functional/m68k: Use proper polling in the next-cube testThomas Huth1-5/+12
2025-09-19util/vhost-user-server: vu_message_read(): improve error handlingVladimir Sementsov-Ogievskiy1-6/+11
2025-09-19chardev: close an fd on failure pathVladimir Sementsov-Ogievskiy2-0/+2
2025-09-19chardev: qemu_chr_open_fd(): add errpVladimir Sementsov-Ogievskiy6-10/+31
2025-09-19treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblockingVladimir Sementsov-Ogievskiy21-55/+67
2025-09-19util: drop qemu_socket_set_block()Vladimir Sementsov-Ogievskiy3-14/+0
2025-09-19io/channel-socket: rework qio_channel_socket_copy_fds()Vladimir Sementsov-Ogievskiy2-20/+55
2025-09-19util: drop qemu_socket_try_set_nonblock()Vladimir Sementsov-Ogievskiy7-40/+12