Re: [Qemu-devel] [PATCH v3] add input-send-event command

2014-09-29 Thread Gerd Hoffmann
Hi, > > 'console' is mandatory; I guess that's okay. > > > > Are we guaranteed that either all events are sent? Or is there a need to > > Events can be dropped at hardware level if the event queue is full, for > example. Would have to modify individual drivers to return error codes, > i supp

Re: [Qemu-devel] [PATCH v3] add input-send-event command

2014-09-29 Thread Marcelo Tosatti
On Mon, Sep 29, 2014 at 01:12:44PM -0600, Eric Blake wrote: > On 09/29/2014 12:56 PM, Marcelo Tosatti wrote: > > > > Which allows specification of absolute/relative, > > up/down and console parameters. > > > > Suggested by Gerd Hoffman. > > > > Signed-off-by: Marcelo Tosatti > > > > --- > > q

Re: [Qemu-devel] [PATCH v3] add input-send-event command

2014-09-29 Thread Eric Blake
On 09/29/2014 12:56 PM, Marcelo Tosatti wrote: > > Which allows specification of absolute/relative, > up/down and console parameters. > > Suggested by Gerd Hoffman. > > Signed-off-by: Marcelo Tosatti > > --- > qapi-schema.json | 17 +++ > qmp-commands.hx | 63

[Qemu-devel] [PATCH v3] add input-send-event command

2014-09-29 Thread Marcelo Tosatti
Which allows specification of absolute/relative, up/down and console parameters. Suggested by Gerd Hoffman. Signed-off-by: Marcelo Tosatti --- qapi-schema.json | 17 +++ qmp-commands.hx | 63 + ui/input.c | 31