index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-11
MAINTAINERS: Add jsnow as maintainer for Sphinx documentation
John Snow
1
-0
/
+1
2025-03-11
docs: add qapi-domain syntax documentation
John Snow
2
-0
/
+671
2025-03-11
docs: enable qapidoc transmogrifier for QEMU QMP Reference
John Snow
2
-0
/
+3
2025-03-11
docs: disambiguate cross-references
John Snow
2
-8
/
+8
2025-03-11
qapi/parser: add undocumented stub members to all_sections
John Snow
1
-1
/
+16
2025-03-11
docs/qapidoc: generate entries for undocumented members
John Snow
1
-2
/
+3
2025-03-11
docs/qapidoc: Add "the members of" pointers
John Snow
2
-3
/
+77
2025-03-11
docs/qapidoc: add intermediate output debugger
John Snow
1
-4
/
+37
2025-03-11
docs/qapidoc: process @foo into ``foo``
John Snow
1
-0
/
+3
2025-03-11
docs/qapidoc: implement transmogrify() method
John Snow
1
-2
/
+47
2025-03-11
docs/qapidoc: add visit_entity()
John Snow
1
-0
/
+21
2025-03-11
docs/qapidoc: add visit_sections() method
John Snow
1
-0
/
+25
2025-03-11
docs/qapidoc: add visit_member() method
John Snow
1
-0
/
+27
2025-03-11
docs/qapidoc: add visit_returns() method
John Snow
1
-0
/
+15
2025-03-11
docs/qapidoc: prepare to record entity being transmogrified
John Snow
1
-0
/
+6
2025-03-11
docs/qapidoc: add visit_feature() method
John Snow
1
-0
/
+9
2025-03-11
docs/qapidoc: add add_field() and generate_field() helper methods
John Snow
1
-0
/
+24
2025-03-11
docs/qapidoc: add format_type() method
John Snow
1
-0
/
+32
2025-03-11
docs/qapidoc: add visit_errors() method
John Snow
1
-0
/
+6
2025-03-11
docs/qapidoc: add visit_paragraph() method
John Snow
1
-0
/
+9
2025-03-11
docs/qapidoc: add preamble() method
John Snow
1
-3
/
+38
2025-03-11
docs/qapidoc: add visit_freeform() method
John Snow
1
-0
/
+44
2025-03-11
qapi/source: allow multi-line QAPISourceInfo advancing
John Snow
1
-2
/
+2
2025-03-11
docs/qapidoc: add visit_module() method
John Snow
1
-0
/
+9
2025-03-11
docs/qapidoc: add transmogrifier class stub
John Snow
1
-3
/
+70
2025-03-11
docs/qapidoc: Fix static typing on qapidoc.py
John Snow
2
-15
/
+26
2025-03-11
docs/qapidoc: split old implementation into qapidoc_legacy.py
John Snow
2
-418
/
+441
2025-03-11
docs/qapidoc: add transmogrifier stub
John Snow
1
-13
/
+28
2025-03-11
qapi/schema: add __repr__ to QAPIDoc.Section
John Snow
1
-0
/
+3
2025-03-11
qapi: clean up encoding of section kinds
John Snow
4
-36
/
+80
2025-03-11
qapi/parser: adjust info location for doc body section
John Snow
1
-1
/
+5
2025-03-11
docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
John Snow
2
-6
/
+65
2025-03-11
docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
John Snow
1
-0
/
+23
2025-03-11
docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1
John Snow
2
-15
/
+144
2025-03-11
docs/qapi-domain: add CSS styling
John Snow
1
-2
/
+54
2025-03-11
docs/qapi-domain: add type cross-refs to field lists
John Snow
1
-0
/
+29
2025-03-11
docs/qapi-domain: add warnings for malformed field lists
John Snow
2
-0
/
+83
2025-03-11
docs/qapi-domain: add :ifcond: directive option
John Snow
2
-2
/
+34
2025-03-11
docs/qapi-domain: add :unstable: directive option
John Snow
2
-1
/
+13
2025-03-11
docs/qapi-domain: add :deprecated: directive option
John Snow
2
-0
/
+51
2025-03-11
docs/qapi-domain: add qapi:object directive
John Snow
1
-0
/
+7
2025-03-11
docs/qapi-domain: add qapi:event directive
John Snow
1
-0
/
+24
2025-03-11
docs/qapi-domain: add qapi:alternate directive
John Snow
1
-0
/
+20
2025-03-11
docs/qapi-domain: add qapi:enum directive
John Snow
1
-0
/
+26
2025-03-11
docs/qapi-domain: add "Return:" field lists
John Snow
1
-0
/
+7
2025-03-11
docs/qapi-domain: add "Errors:" field lists
John Snow
1
-1
/
+8
2025-03-11
docs/qapi-domain: add "Features:" field lists
John Snow
1
-1
/
+11
2025-03-11
docs/qapi-domain: add "Arguments:" field lists
John Snow
1
-1
/
+13
2025-03-11
docs/qapi-domain: add :since: directive option
John Snow
1
-1
/
+13
2025-03-11
docs/qapi-domain: add qapi:command directive
John Snow
1
-0
/
+9
[next]