summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-01-12 12:39:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-01 08:20:27 +0100
commit6575ccddf4e7c2484bc14b10d5e89f57506c3953 (patch)
tree45e735d0bbf7aaadacb03c41e1d976883cabf093 /qapi-schema.json
parent01df51432e6d22adcc23ccc989432b53d6bc9126 (diff)
downloadqemu-6575ccddf4e7c2484bc14b10d5e89f57506c3953.tar.gz
qapi: promote input-send-event to stable
With all fixups being in place now, we can promote input-send-event to stable abi by removing the x- prefix. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index f3e080fc13..42fd61b2ce 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3819,7 +3819,7 @@
'abs' : 'InputMoveEvent' } }
##
-# @x-input-send-event
+# @input-send-event
#
# Send input event(s) to guest.
#
@@ -3840,16 +3840,10 @@
# specified, both input devices with and without input routing config
# are admissible, but devices with input routing config take
# precedence.
-
-# Since: 2.2
-#
-# Note: this command is experimental, and not a stable API. Things that
-# might change before it becomes stable include the spelling of enum
-# values for InputButton and InputAxis, and the notion of how to designate
-# which console will receive the event.
#
+# Since: 2.6
##
-{ 'command': 'x-input-send-event',
+{ 'command': 'input-send-event',
'data': { '*device': 'str',
'*head' : 'int',
'events' : [ 'InputEvent' ] } }