qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo
@ 2017-05-16 20:53 Eduardo Habkost
  2017-05-16 21:39 ` Eric Blake
  2017-05-17  8:01 ` Markus Armbruster
  0 siblings, 2 replies; 3+ messages in thread
From: Eduardo Habkost @ 2017-05-16 20:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Eric Blake

The "This command is experimental" note in ObjectTypeInfo is obsolete
since 2012.  Commit 5192082097549c5b3aa7c913c6853d97a68172cb 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>
---
 qapi-schema.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 80603cfc51..e6da88585a 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -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' } }
-- 
2.11.0.259.g40922b1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo
  2017-05-16 20:53 [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo Eduardo Habkost
@ 2017-05-16 21:39 ` Eric Blake
  2017-05-17  8:01 ` Markus Armbruster
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2017-05-16 21:39 UTC (permalink / raw)
  To: Eduardo Habkost, qemu-devel; +Cc: Markus Armbruster

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

On 05/16/2017 03:53 PM, Eduardo Habkost wrote:
> The "This command is experimental" note in ObjectTypeInfo is obsolete
> since 2012.  Commit 5192082097549c5b3aa7c913c6853d97a68172cb 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>
> ---
>  qapi-schema.json | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 80603cfc51..e6da88585a 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -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' } }
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo
  2017-05-16 20:53 [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo Eduardo Habkost
  2017-05-16 21:39 ` Eric Blake
@ 2017-05-17  8:01 ` Markus Armbruster
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2017-05-17  8:01 UTC (permalink / raw)
  To: Eduardo Habkost; +Cc: qemu-devel

Eduardo Habkost <ehabkost@redhat.com> writes:

> The "This command is experimental" note in ObjectTypeInfo is obsolete
> since 2012.  Commit 5192082097549c5b3aa7c913c6853d97a68172cb 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>

Applied to qapi-next, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-17  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 20:53 [Qemu-devel] [PATCH] qapi-schema: Remove obsolete note from ObjectTypeInfo Eduardo Habkost
2017-05-16 21:39 ` Eric Blake
2017-05-17  8:01 ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).