Re: [PATCH 09/11] docs: add QAPI namespace "QMP" to qemu-qmp-ref

2025-03-14 Thread Markus Armbruster
John Snow writes: > This also creates the qapi-qmp-index.html index and cross-reference > target. > > Signed-off-by: John Snow > --- > docs/conf.py | 4 +++- > docs/interop/qemu-qmp-ref.rst | 1 + > qapi/qapi-schema.json | 2 +- > 3 files changed, 5 insertions(+), 2 del

[PATCH 09/11] docs: add QAPI namespace "QMP" to qemu-qmp-ref

2025-03-12 Thread John Snow
This also creates the qapi-qmp-index.html index and cross-reference target. Signed-off-by: John Snow --- docs/conf.py | 4 +++- docs/interop/qemu-qmp-ref.rst | 1 + qapi/qapi-schema.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/conf.py