qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] input: improve docs for input-send-event qmp command
@ 2014-11-21  9:30 Gerd Hoffmann
  2014-11-21 11:59 ` Markus Armbruster
  0 siblings, 1 reply; 7+ messages in thread
From: Gerd Hoffmann @ 2014-11-21  9:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Luiz Capitulino, armbru, Gerd Hoffmann

Text partly suggested by Markus Armbruster <armbru@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 qapi-schema.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/qapi-schema.json b/qapi-schema.json
index d0926d9..fcd49b1 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3250,6 +3250,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.
 #
-- 
1.8.3.1

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

end of thread, other threads:[~2014-11-24 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  9:30 [Qemu-devel] [PATCH] input: improve docs for input-send-event qmp command Gerd Hoffmann
2014-11-21 11:59 ` Markus Armbruster
2014-11-21 14:53   ` Gerd Hoffmann
2014-11-24 14:08     ` Markus Armbruster
2014-11-24 14:37       ` Gerd Hoffmann
2014-11-24 15:51         ` Markus Armbruster
2014-11-24 16:47           ` Eric Blake

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).