From: Markus Armbruster Date: Thu, 24 Aug 2017 19:13:54 +0000 (+0200) Subject: qapi-schema: Introspection doc is in the wrong section, fix X-Git-Tag: qemu-xen-4.11.0-rc1~207^2~30 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a885cd391549ea11ca78ad1e5ac6b14bc1452cac;p=qemu-xen.git qapi-schema: Introspection doc is in the wrong section, fix Bug: introspection documentation is in section "Tracing commands". Cause: sub-schema qapi/introspect.json lacks a section header, and therefore goes into whatever section precedes its include. Fix: add a section header. Signed-off-by: Markus Armbruster Reviewed-by: Marc-André Lureau Message-Id: <1503602048-12268-3-git-send-email-armbru@redhat.com> --- diff --git a/qapi/introspect.json b/qapi/introspect.json index cf77ff0669..5b3e6e9d78 100644 --- a/qapi/introspect.json +++ b/qapi/introspect.json @@ -1,7 +1,5 @@ # -*- Mode: Python -*- # -# QAPI/QMP introspection -# # Copyright (C) 2015 Red Hat, Inc. # # Authors: @@ -10,6 +8,10 @@ # This work is licensed under the terms of the GNU GPL, version 2 or later. # See the COPYING file in the top-level directory. +## +# = QMP introspection +## + ## # @query-qmp-schema: #