summary refs log tree commit diff stats
path: root/scripts/lib/kdoc/kdoc_output.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-03scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' categoryPhilippe Mathieu-Daudé1-0/+3
2025-09-03block/curl: drop old/unuspported curl version checksMichael Tokarev1-12/+1
2025-09-03block/curl: fix curl internal handles handlingMichael Tokarev1-5/+2
2025-09-03chardev/baum: Fix compiler warning for Windows buildsStefan Weil via1-2/+6
2025-09-01Revert "tests/qtest: use qos_printf instead of g_test_message"Markus Armbruster2-19/+13
2025-09-01MAINTAINERS: Cover tests/qtest/qom-test.cMarkus Armbruster1-0/+1
2025-09-01qtest/qom-test: Don't bother to execute QMP command quitMarkus Armbruster1-4/+0
2025-09-01qtest/qom-test: Traverse entire QOM treeMarkus Armbruster1-1/+1
2025-09-01qtest/qom-test: Shallow testing of qom-list / qom-getMarkus Armbruster1-1/+1
2025-09-01vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same wayMarkus Armbruster3-12/+4
2025-09-01i386/kvm/vmsr_energy: Plug memory leak on failure to connect socketMarkus Armbruster1-5/+1
2025-09-01qga: Fix truncated output handling in guest-exec status reportingminglei.liu1-2/+4
2025-09-01qga/installer: Remove QGA VSS if QGA installation failedKostiantyn Kostiuk1-2/+21
2025-09-01qga-vss: Write hex value of error in logKostiantyn Kostiuk1-2/+3
2025-09-01qga: ignore channel_init() fail if 'retry_path' is setKostiantyn Kostiuk1-2/+6
2025-09-01qga: Fix channel initialization check in run_agent_onceKostiantyn Kostiuk1-1/+1
2025-09-01qga-vss: Remove unused dependenciesKostiantyn Kostiuk1-3/+1
2025-09-01qga-vss: Replace asserts with condition and report errorKostiantyn Kostiuk1-3/+16
2025-09-01qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()Denis V. Lunev1-0/+2
2025-09-01qga: Fix ubsan warningThomas Huth1-5/+5
2025-09-01ui/keymaps: Avoid trace crash and improve error messagesMarkus Armbruster1-4/+10
2025-08-30hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objectsPeter Maydell2-6/+6
2025-08-30target/arm: Enable FEAT_LSE128 for -cpu maxRichard Henderson3-1/+3
2025-08-30target/arm: Implement FEAT_LSE128Richard Henderson3-0/+61
2025-08-30target/arm: Rename isar_feature_aa64_atomicsRichard Henderson4-15/+15
2025-08-30tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128Richard Henderson5-3/+125
2025-08-30accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_orRichard Henderson2-7/+86
2025-08-30qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_orRichard Henderson2-0/+153
2025-08-30qemu/atomic: Finish renaming atomic128-cas.h headersRichard Henderson1-0/+0
2025-08-30target/arm: Correct condition of aa64_atomics feature functionPeter Maydell1-1/+1
2025-08-30MAINTAINERS: Put kernel-doc under the "docs build machinery" sectionPeter Maydell1-0/+3
2025-08-30scripts/kernel-doc: Delete the old Perl kernel-doc scriptPeter Maydell2-2442/+1
2025-08-30scripts/kerneldoc: Switch to the Python kernel-doc scriptPeter Maydell2-6/+3
2025-08-30scripts/kernel-doc: tweak for QEMU coding standardsPeter Maydell1-6/+6
2025-08-30scripts/kernel-doc: strip QEMU_ from function definitionsPeter Maydell1-0/+1
2025-08-30scripts: Import Python kerneldoc from Linux kernelPeter Maydell6-0/+3346
2025-08-30tests/qtest/libqtest.h: Remove stray space from doc commentPeter Maydell1-1/+1
2025-08-30docs/sphinx/kerneldoc.py: Handle new LINENO syntaxPeter Maydell1-1/+1
2025-08-30scripts/kernel-doc: Avoid new Perl precedence warningPeter Maydell1-5/+4
2025-08-30hw/arm: add static NVDIMMs in device treeManos Pitsidianakis2-3/+47
2025-08-30target/arm: Enable FEAT_CSSC for -cpu maxRichard Henderson3-0/+3
2025-08-30target/arm: Implement CTZ, CNT, ABSPeter Maydell2-0/+35
2025-08-30target/arm: Split out gen_wrap2_i32 helperRichard Henderson1-10/+15
2025-08-30target/arm: Implement MIN/MAX (register)Richard Henderson2-0/+27
2025-08-30target/arm: Implement MIN/MAX (immediate)Richard Henderson2-0/+54
2025-08-30target/arm: Add feature predicate for FEAT_CSSCRichard Henderson1-0/+5
2025-08-30target/arm: Trap PMCR when MDCR_EL2.TPMCR is setSmail AIDER1-8/+26
2025-08-30hw/intc/arm_gicv3_kvm: preserve pending interrupts during cprSteve Sistare2-0/+18
2025-08-30target/arm: Implement FEAT_TCR2 and enable with -cpu maxGustavo Romero7-0/+102
2025-08-30target/arm: Implement FEAT_SCTLR2 and enable with -cpu maxGustavo Romero7-8/+119