diff options
| author | Peter Maydell | 2015-01-22 18:41:59 +0100 |
|---|---|---|
| committer | Peter Maydell | 2015-01-22 18:41:59 +0100 |
| commit | 8f970eff6e318524f189f105c236e47633759890 (patch) | |
| tree | 1ce1b4784bef7696db3a86db32e06674fee3b6f1 /qapi-schema.json | |
| parent | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into ... (diff) | |
| parent | hw/input/hid.c Fix capslock hid code (diff) | |
| download | qemu-8f970eff6e318524f189f105c236e47633759890.tar.gz qemu-8f970eff6e318524f189f105c236e47633759890.tar.xz qemu-8f970eff6e318524f189f105c236e47633759890.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into staging
input: misc fixes.
# gpg: Signature made Thu 22 Jan 2015 11:27:37 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
* remotes/kraxel/tags/pull-input-20150122-1:
hw/input/hid.c Fix capslock hid code
hid: handle full ptr queues in post_load
input: improve docs for input-send-event qmp command
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index eec1d229f2..e16f8eb110 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3329,6 +3329,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. # |
