summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-11-21 10:25:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2015-01-22 12:19:48 +0100
commit4083ae311d51edf93e2e163f4af2b22a1d0952cc (patch)
tree2c060d704164bef071d5ee8fe3e9c7986110ae9e
parent699eae17b841e6784dc3864bf357e26bff1e9dfe (diff)
downloadfocaccia-qemu-4083ae311d51edf93e2e163f4af2b22a1d0952cc.tar.gz
focaccia-qemu-4083ae311d51edf93e2e163f4af2b22a1d0952cc.zip
input: improve docs for input-send-event qmp command
Text partly suggested by Markus Armbruster <armbru@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--qapi-schema.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index fbfc52f94d..f5b1ed109b 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3258,6 +3258,18 @@
 # Send input event(s) to guest.
 #
 # @console: #optional console to send event(s) to.
+#           This parameter can be used to send the input event to
+#           specific input devices in case (a) multiple input devices
+#           of the same kind are added to the virtual machine and (b)
+#           you have configured input routing (see docs/multiseat.txt)
+#           for those input devices.  If input routing is not
+#           configured this parameter has no effect.
+#           If @console is missing, only devices that aren't associated
+#           with a console are admissible.
+#           If @console is specified, it must exist, and both devices
+#           associated with that console and devices not associated with a
+#           console are admissible, but the former take precedence.
+
 #
 # @events: List of InputEvent union.
 #