qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] x-input-send-event marked as experimental


From: Marcelo Tosatti
Subject: [Qemu-devel] x-input-send-event marked as experimental
Date: Fri, 18 Dec 2015 17:20:43 -0200
User-agent: Mutt/1.5.21 (2010-09-15)

Gerd,

commit df5b2adb7398d71016ee469f71e52075ed95e04e
Author: Gerd Hoffmann <address@hidden>
Date:   Tue Nov 25 14:54:17 2014 +0100

    input: move input-send-event into experimental namespace
    
    Ongoing discussions on how we are going to specify the console,
    so tag the command as experiental so we can refine things in
    the 2.3 development cycle.

So what is the problem here again? 
input-send-event can send an input event to a 
particular console, so that (the console number)
has to be specified somehow.

But, its already there, you can specify the console:

-{ 'command': 'input-send-event',
+{ 'command': 'x-input-send-event',
   'data': { '*console':'int', 'events': [ 'InputEvent' ] } }

So what its waiting for to be moved out of experimental status?

Thanks





reply via email to

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