diff options
author | Eric Blake <eblake@redhat.com> | 2016-12-06 10:03:45 -0600 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-12-06 20:18:38 +0000 |
commit | d750c3a966d6409356739e97fa4d4a6446754e1e (patch) | |
tree | 4131242bcfaec03b3146fa649519817782772b75 | |
parent | b5b7b5deb41f50ce1903ec26c0132862f34da63d (diff) | |
download | qemu-d750c3a966d6409356739e97fa4d4a6446754e1e.tar.gz qemu-d750c3a966d6409356739e97fa4d4a6446754e1e.tar.bz2 qemu-d750c3a966d6409356739e97fa4d4a6446754e1e.zip |
qapi: Document DEVICE_TRAY_MOVED addition
Commit 2d76e72 failed to add a versioning tag to 'id'.
I audited all qapi*.json files from v2.7.0 to the current
state of the tree, and didn't find any other additions where
we failed to use a version tag.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20161206160345.22425-1-eblake@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | qapi/block.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block.json b/qapi/block.json index 937df05830..8e9f59019a 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -199,7 +199,7 @@ # reasons, but it can be empty ("") if the image does not # have a device name associated. # -# @id: The name or QOM path of the guest device +# @id: The name or QOM path of the guest device (since 2.8) # # @tray-open: true if the tray has been opened or false if it has been closed # |