Re: [PATCH v2 40/44] qapi: convert trivial intro sections for qom.json

Markus Armbruster <[email protected]> Thu, 23 Jul 2026 15:00:19 +0200
Newsgroups org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel
Message-ID <[email protected]>
John Snow <[email protected]> writes:

> (Trivial)
>
> Signed-off-by: John Snow <[email protected]>

I think you missed a few:

diff --git a/qapi/qom.json b/qapi/qom.json
index 79ac8c2add..44845e552a 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -1148,8 +1148,7 @@
 
 ##
 # @MonitorProperties:
-#
-# Properties for all monitors
+#     Properties for all monitors
 #
 # @chardev: ID of the character device providing the monitor transport
 #
@@ -1160,8 +1159,7 @@
 
 ##
 # @MonitorHMPProperties:
-#
-# Properties for the HMP monitor
+#     Properties for the HMP monitor
 #
 # @readline: whether to enable readline for line editing
 #      (default: true)
@@ -1175,8 +1173,7 @@
 
 ##
 # @MonitorQMPCloseAction:
-#
-# Action to take when the character device backend is closed.
+#     Action to take when the character device backend is closed.
 #
 # @none: take no action
 #
@@ -1190,8 +1187,7 @@
 
 ##
 # @MonitorQMPProperties:
-#
-# Properties for the QMP monitor
+#     Properties for the QMP monitor
 #
 # @pretty: whether to pretty print JSON responses (default: false)
 #