Commit 8c1bc1e9 authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Markus Armbruster
Browse files

qapi-schema: Remove obsolete note from ObjectTypeInfo



The "This command is experimental" note in ObjectTypeInfo is obsolete
since 2012.  Commit 51920820 removed the
warning from the qom-list-types command documentation, but we forgot to
remove the warning from ObjectTypeInfo.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170516205351.12101-1-ehabkost@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
parent 579cf1d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3035,8 +3035,6 @@
# @name: the type name found in the search
#
# Since: 1.1
#
# Notes: This command is experimental and may change syntax in future releases.
##
{ 'struct': 'ObjectTypeInfo',
  'data': { 'name': 'str' } }