qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.2] qmp: document input-send-event detail


From: Amos Kong
Subject: [Qemu-devel] [PATCH for-2.2] qmp: document input-send-event detail
Date: Mon, 24 Nov 2014 22:46:11 +0800

This patch documents what exactly input-send-event is supposed to do.

Signed-off-by: Amos Kong <address@hidden>
---
 qapi-schema.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/qapi-schema.json b/qapi-schema.json
index d0926d9..9aa19bc 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3249,7 +3249,18 @@
 #
 # Send input event(s) to guest.
 #
+# The VM must be running or suspended.
+#
+# Each event is sent to exactly one admissible input device. Such a
+# device must exist. If multiple admissible devices can handle an
+# event, which one gets it is unspecified, except as described below.
+#
 # @console: #optional console to send event(s) to.
+#           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 takes precedence.
 #
 # @events: List of InputEvent union.
 #
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]