]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: switch x-input-send-event from console to device+head
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 12 Jan 2016 11:11:14 +0000 (12:11 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 1 Mar 2016 06:51:34 +0000 (07:51 +0100)
commitb98d26e33327cf3009be5ead5d6dc8bc0c65dea8
treea532496c11dbf5385c8d1882393cb1cdcca10e71
parentf2c1d54c186c400ec676ec4d29ea4b8bf440c054
qapi: switch x-input-send-event from console to device+head

Use display device qdev id and head number instead of console index to
specify the QemuConsole.  This makes things consistent with input
devices (for input routing) and vnc server configuration, which both use
display and head too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qapi-schema.json
qmp-commands.hx
ui/input.c