Re: [Qemu-devel] [PATCH 7/7] qapi: promote input-send-event to stable

2016-01-15 Thread Markus Armbruster
Gerd Hoffmann writes: >> > +# Since: experimental 2.2, stable 2.6 >> >> Couldn't it just be 'Since: 2.6' ? The experimental tag refers to >> the old x- prefixed comamnd which no longer exists, so I don't think >> we need to admit existence of the old command after this point. > > Sounds good to

Re: [Qemu-devel] [PATCH 7/7] qapi: promote input-send-event to stable

2016-01-12 Thread Gerd Hoffmann
> > +# Since: experimental 2.2, stable 2.6 > > Couldn't it just be 'Since: 2.6' ? The experimental tag refers to > the old x- prefixed comamnd which no longer exists, so I don't think > we need to admit existence of the old command after this point. Sounds good to me, but will wait for our qapi m

Re: [Qemu-devel] [PATCH 7/7] qapi: promote input-send-event to stable

2016-01-12 Thread Daniel P. Berrange
On Tue, Jan 12, 2016 at 01:29:39PM +0100, Gerd Hoffmann wrote: > With all fixups being in place now, we can promote input-send-event > to stable abi by removing the x- prefix. > > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 12 +++- > qmp-commands.hx | 14 +++--- > u

[Qemu-devel] [PATCH 7/7] qapi: promote input-send-event to stable

2016-01-12 Thread Gerd Hoffmann
With all fixups being in place now, we can promote input-send-event to stable abi by removing the x- prefix. Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 12 +++- qmp-commands.hx | 14 +++--- ui/input.c | 6 +++--- 3 files changed, 13 insertions(+), 19 deletions(-)