summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-14qapi: add cross-references to ui.jsonJohn Snow1-17/+17
2025-07-14qapi: add cross-references to sockets.jsonJohn Snow1-3/+3
2025-07-14qapi: add cross-references to run-state.jsonJohn Snow1-23/+23
2025-07-14qapi: add cross-references to replay.jsonJohn Snow1-5/+5
2025-07-14qapi: add cross-references to QOMJohn Snow2-8/+9
2025-07-14qapi: add cross-references to pci.jsonJohn Snow1-1/+1
2025-07-14qapi: add cross-references to net.jsonJohn Snow1-3/+3
2025-07-14qapi: add cross-references to migration.jsonJohn Snow1-34/+34
2025-07-14qapi: add cross-references to Machine coreJohn Snow2-50/+50
2025-07-14qapi: add cross-references to job.jsonJohn Snow1-28/+28
2025-07-14qapi: add cross-references to dump.jsonJohn Snow1-6/+6
2025-07-14qapi: add cross-references to crypto.jsonJohn Snow1-2/+2
2025-07-14qapi: add cross-references to block layerJohn Snow4-123/+123
2025-07-14qapi: add cross-references to authz.jsonJohn Snow1-1/+1
2025-07-14qapi: add cross-references to acpi.jsonJohn Snow1-1/+1
2025-07-14qapi: rephrase return docs to avoid type nameJohn Snow17-34/+28
2025-07-14qapi: remove trivial "Returns:" sectionsJohn Snow15-94/+3
2025-07-14qapi: Fix undocumented return values by generating somethingJohn Snow4-6/+50
2025-07-14docs/qapi-domain: add return-nodescJohn Snow2-0/+39
2025-07-14qapi: Clean up a few Errors: sectionsMarkus Armbruster2-6/+5
2025-07-14qapi: Clean up "This command will do ..." command descriptionsMarkus Armbruster3-16/+14
2025-07-14qapi: lift restriction on using '=' in doc blocksJohn Snow5-16/+0
2025-07-14docs/sphinx: remove special parsing for freeform sectionsJohn Snow48-106/+173
2025-07-14docs/sphinx: remove legacy QAPI manual generatorJohn Snow7-656/+88
2025-07-14docs/sphinx: parse @references in freeform textJohn Snow1-3/+7
2025-07-14docs/sphinx: adjust qapidoc to cope with same-line error sectionsJohn Snow1-4/+8
2025-07-11linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXECPeter Maydell1-3/+2
2025-07-11tcg: Use uintptr_t in tcg_malloc implementationRichard Henderson2-7/+8
2025-07-11migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin9-24/+24
2025-07-11migration/postcopy: Add latency distribution report for blocktimePeter Xu4-1/+90
2025-07-11migration/postcopy: blocktime allows track / report non-vCPU faultsPeter Xu5-17/+67
2025-07-11migration/postcopy: Optimize blocktime fault tracking with hashtablePeter Xu2-48/+216
2025-07-11migration/postcopy: Cleanup the total blocktime accountingPeter Xu1-9/+7
2025-07-11migration/postcopy: Cache the tid->vcpu mapping for blocktimePeter Xu2-12/+59
2025-07-11migration/postcopy: Initialize blocktime context only until listenPeter Xu1-5/+10
2025-07-11migration/postcopy: Report fault latencies in blocktimePeter Xu4-37/+102
2025-07-11migration/postcopy: Add blocktime fault counts per-vcpuPeter Xu1-0/+5
2025-07-11migration/postcopy: Bring blocktime layer to ns levelPeter Xu1-12/+16
2025-07-11migration/postcopy: Drop PostcopyBlocktimeContext.start_timePeter Xu1-6/+4
2025-07-11migration/postcopy: Make all blocktime vars 64bitsPeter Xu2-27/+27
2025-07-11migration/postcopy: Drop all atomic ops in blocktime featurePeter Xu1-13/+10
2025-07-11migration/postcopy: Push blocktime start/end into page req mutexPeter Xu5-39/+48
2025-07-11migration: Add option to set postcopy-blocktimePeter Xu1-0/+2
2025-07-11migration/postcopy: Avoid clearing dirty bitmap for postcopy tooPeter Xu1-1/+3
2025-07-11migration: Rewrite the migration complete detect logicPeter Xu1-15/+42
2025-07-11migration/ram: Add tracepoints for ram_save_complete()Peter Xu2-0/+6
2025-07-11migration/ram: One less indent for ram_find_and_save_block()Peter Xu1-9/+11
2025-07-11migration: qemu_savevm_complete*() helpersPeter Xu1-34/+44
2025-07-11migration: Rename save_live_complete_precopy to save_completePeter Xu9-20/+20
2025-07-11migration: Drop save_live_complete_postcopy hookPeter Xu4-23/+12