This changes the rendering for this event by adding a new insertion
point right after the introductory paragraph, before the
".. note::".
Because this event features auto-inserted member documentation ("The
members of "HvBalloonInfo"), creating this new split point changes the
rendered documentation - the ".. note::" now appears below the
generated member documentation instead of above it.
Signed-off-by: John Snow <[email protected]>
---
qapi/machine.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/qapi/machine.json b/qapi/machine.json
index 84d95c8d87f..276258d9e5c 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -1209,9 +1209,8 @@
##
# @HV_BALLOON_STATUS_REPORT:
-#
-# Emitted when the hv-balloon driver receives a "STATUS" message from
-# the guest.
+# Emitted when the hv-balloon driver receives a "STATUS" message
+# from the guest.
#
# .. note:: This event is rate-limited.
#
--
2.55.0