mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
qapi-schema: Remove obsolete note from ObjectTypeInfo
The "This command is experimental" note in ObjectTypeInfo is obsolete
since 2012. Commit 5192082097 removed the
warning from the qom-list-types command documentation, but we forgot to
remove the warning from ObjectTypeInfo.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170516205351.12101-1-ehabkost@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
579cf1d104
commit
8c1bc1e9d7
1 changed files with 0 additions and 2 deletions
|
|
@ -3035,8 +3035,6 @@
|
||||||
# @name: the type name found in the search
|
# @name: the type name found in the search
|
||||||
#
|
#
|
||||||
# Since: 1.1
|
# Since: 1.1
|
||||||
#
|
|
||||||
# Notes: This command is experimental and may change syntax in future releases.
|
|
||||||
##
|
##
|
||||||
{ 'struct': 'ObjectTypeInfo',
|
{ 'struct': 'ObjectTypeInfo',
|
||||||
'data': { 'name': 'str' } }
|
'data': { 'name': 'str' } }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue