Marc-André Lureau <marcandre.lur...@gmail.com> writes: > On Thu, Aug 24, 2017 at 9:24 PM Markus Armbruster <arm...@redhat.com> wrote: > >> Cc: Paolo Bonzini <pbonz...@redhat.com> >> Cc: Marc-André Lureau <marcandre.lur...@redhat.com> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> [...] >> diff --git a/qapi/event.json b/qapi/event.json >> index 9c6126d..b9aa6ed 100644 >> --- a/qapi/event.json >> +++ b/qapi/event.json >> @@ -397,27 +397,6 @@ >> 'sector-num': 'int', 'sectors-count': 'int' } } >> >> ## >> -# @VSERPORT_CHANGE: >> -# >> -# Emitted when the guest opens or closes a virtio-serial port. >> -# >> -# @id: device identifier of the virtio-serial port >> -# >> -# @open: true if the guest has opened the virtio-serial port >> -# >> -# Since: 2.1 >> -# >> -# Example: >> -# >> -# <- { "event": "VSERPORT_CHANGE", >> -# "data": { "id": "channel0", "open": true }, >> -# "timestamp": { "seconds": 1401385907, "microseconds": 422329 } } >> -# >> -## >> -{ 'event': 'VSERPORT_CHANGE', >> - 'data': { 'id': 'str', 'open': 'bool' } } >> > > That one is a bit special (since it's for virtio-serial), but it is > char-related stuff, ok.
It made me change title from "backend stuff" to "device stuff" :) Thanks! >> -## >> # @MEM_UNPLUG_ERROR: >> # >> # Emitted when memory hot unplug error occurs. >> -- >> 2.7.5