On 03/13/2017 01:18 AM, Markus Armbruster wrote: > The recent merge of docs/qmp-commands.txt and docs/qmp-events.txt into > the schema lost type information. Fix this documentation regression. > > Example change (qemu-qmp-ref.txt): > > -- Struct: InputKeyEvent > > Keyboard input event. > > Members: > - 'button' > + 'button: InputButton' > Which button this event is for. > - 'down' > + 'down: boolean' > True for key-down and false for key-up events. > > Since: 2.0 Definitely worth having. > > Signed-off-by: Markus Armbruster > --- > scripts/qapi.py | 14 ++++++++++++++ > scripts/qapi2texi.py | 8 ++++++-- > 2 files changed, 20 insertions(+), 2 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org