Re: [Qemu-devel] [PATCH 4/7] qapi: switch x-input-send-event from console to device+head

2016-01-15 Thread Markus Armbruster
Gerd Hoffmann writes: > 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 >

Re: [Qemu-devel] [PATCH 4/7] qapi: switch x-input-send-event from console to device+head

2016-01-12 Thread Daniel P. Berrange
On Tue, Jan 12, 2016 at 01:29:36PM +0100, Gerd Hoffmann wrote: > 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 t

[Qemu-devel] [PATCH 4/7] qapi: switch x-input-send-event from console to device+head

2016-01-12 Thread Gerd Hoffmann
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 --- qapi-schema.json | 32 +