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
/
docs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs/about/emulation: Fix broken link
Santiago Monserrat Campanello
2025-03-19
1
-1
/
+1
*
docs: enable transmogrifier for QSD and QGA
John Snow
2025-03-14
3
-0
/
+6
*
docs: disambiguate references in qapi-domain.rst
John Snow
2025-03-14
1
-7
/
+7
*
docs: add QAPI namespace "QMP" to qemu-qmp-ref
John Snow
2025-03-14
2
-1
/
+4
*
docs/qapi-domain: add namespaced index support
John Snow
2025-03-14
2
-14
/
+40
*
docs/qapi_domain: add namespace support to cross-references
John Snow
2025-03-14
2
-47
/
+114
*
docs/qapidoc: add :namespace: option to qapi-doc directive
John Snow
2025-03-14
1
-0
/
+12
*
docs/qapi-domain: add qapi:namespace directive
John Snow
2025-03-14
2
-1
/
+32
*
docs/qapi-domain: add :namespace: override option
John Snow
2025-03-14
2
-2
/
+5
*
docs/qapi_domain: add namespace support to FQN
John Snow
2025-03-14
1
-8
/
+27
*
docs/qapi-domain: always store fully qualified name in signode
John Snow
2025-03-14
1
-22
/
+42
*
docs/qapi_domain: isolate TYPE_CHECKING imports
John Snow
2025-03-14
1
-7
/
+11
*
Merge tag 'pull-request-2025-03-13' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2025-03-14
5
-21
/
+20
|
\
|
*
docs/system: Fix the information on how to run certain functional tests
Thomas Huth
2025-03-12
3
-8
/
+7
|
*
docs: Rename default-configs to configs
Greg Kurz
2025-03-12
2
-13
/
+13
*
|
Merge tag 'pull-ppc-for-10.0-1-20250311' of https://gitlab.com/npiggin/qemu i...
Stefan Hajnoczi
2025-03-13
5
-17
/
+32
|
\
\
|
*
|
docs/system/ppc/amigang.rst: Update for NVRAM emulation
BALATON Zoltan
2025-03-11
1
-8
/
+9
|
*
|
ppc/pnv: Add a default formatted PNOR image
Nicholas Piggin
2025-03-11
1
-0
/
+7
|
*
|
hw/ppc: Deprecate 405 CPUs
Cédric Le Goater
2025-03-11
1
-0
/
+9
|
*
|
ppc/ppc405: Remove boards
Cédric Le Goater
2025-03-11
3
-9
/
+7
|
|
/
*
|
docs: add qapi-domain syntax documentation
John Snow
2025-03-11
2
-0
/
+671
*
|
docs: enable qapidoc transmogrifier for QEMU QMP Reference
John Snow
2025-03-11
1
-0
/
+1
*
|
docs: disambiguate cross-references
John Snow
2025-03-11
2
-8
/
+8
*
|
docs/qapidoc: generate entries for undocumented members
John Snow
2025-03-11
1
-2
/
+3
*
|
docs/qapidoc: Add "the members of" pointers
John Snow
2025-03-11
2
-3
/
+77
*
|
docs/qapidoc: add intermediate output debugger
John Snow
2025-03-11
1
-4
/
+37
*
|
docs/qapidoc: process @foo into ``foo``
John Snow
2025-03-11
1
-0
/
+3
*
|
docs/qapidoc: implement transmogrify() method
John Snow
2025-03-11
1
-2
/
+47
*
|
docs/qapidoc: add visit_entity()
John Snow
2025-03-11
1
-0
/
+21
*
|
docs/qapidoc: add visit_sections() method
John Snow
2025-03-11
1
-0
/
+25
*
|
docs/qapidoc: add visit_member() method
John Snow
2025-03-11
1
-0
/
+27
*
|
docs/qapidoc: add visit_returns() method
John Snow
2025-03-11
1
-0
/
+15
*
|
docs/qapidoc: prepare to record entity being transmogrified
John Snow
2025-03-11
1
-0
/
+6
*
|
docs/qapidoc: add visit_feature() method
John Snow
2025-03-11
1
-0
/
+9
*
|
docs/qapidoc: add add_field() and generate_field() helper methods
John Snow
2025-03-11
1
-0
/
+24
*
|
docs/qapidoc: add format_type() method
John Snow
2025-03-11
1
-0
/
+32
*
|
docs/qapidoc: add visit_errors() method
John Snow
2025-03-11
1
-0
/
+6
*
|
docs/qapidoc: add visit_paragraph() method
John Snow
2025-03-11
1
-0
/
+9
*
|
docs/qapidoc: add preamble() method
John Snow
2025-03-11
1
-3
/
+38
*
|
docs/qapidoc: add visit_freeform() method
John Snow
2025-03-11
1
-0
/
+44
*
|
docs/qapidoc: add visit_module() method
John Snow
2025-03-11
1
-0
/
+9
*
|
docs/qapidoc: add transmogrifier class stub
John Snow
2025-03-11
1
-3
/
+70
*
|
docs/qapidoc: Fix static typing on qapidoc.py
John Snow
2025-03-11
2
-15
/
+26
*
|
docs/qapidoc: split old implementation into qapidoc_legacy.py
John Snow
2025-03-11
2
-418
/
+441
*
|
docs/qapidoc: add transmogrifier stub
John Snow
2025-03-11
1
-13
/
+28
*
|
qapi: clean up encoding of section kinds
John Snow
2025-03-11
1
-3
/
+4
*
|
docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
John Snow
2025-03-11
2
-6
/
+65
*
|
docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
John Snow
2025-03-11
1
-0
/
+23
*
|
docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1
John Snow
2025-03-11
2
-15
/
+144
*
|
docs/qapi-domain: add CSS styling
John Snow
2025-03-11
1
-2
/
+54
[next]