summary refs log tree commit diff stats
path: root/scripts/lib/kdoc/kdoc_files.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-24accel/tcg: Remove cpu_loop_exit_restore() stubPhilippe Mathieu-Daudé2-6/+1
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-24docs/code-provenance: AI exceptions are in addition to DCOPaolo Bonzini1-0/+6
2025-09-24docs/code-provenance: make the exception process more prominentPaolo Bonzini1-5/+10
2025-09-24docs/code-provenance: clarify scope very earlyPaolo Bonzini1-6/+6
2025-09-24hw/xen: Do not unparent in instance_finalize()Akihiko Odaki1-10/+1
2025-09-24vfio: Do not unparent in instance_finalize()Akihiko Odaki2-11/+1
2025-09-24hw/sd/sdhci: Do not unparent in instance_finalize()Akihiko Odaki1-4/+0
2025-09-24hv-balloon: hw/core/register: Do not unparent in instance_finalize()Akihiko Odaki1-11/+1
2025-09-24hw/core/register: Do not unparent in instance_finalize()Akihiko Odaki1-1/+0
2025-09-24vfio/pci: Do not unparent in instance_finalize()Akihiko Odaki1-4/+0
2025-09-24docs/devel: Do not unparent in instance_finalize()Akihiko Odaki1-11/+6
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