On 8/1/19 2:28 AM, Ning Bo wrote: > Report vsock running event so that the upper application can > control boot sequence. > see https://github.com/kata-containers/runtime/pull/1918 > > Signed-off-by: Ning Bo > --- Since this is an update to an earlier version you posted, it is helpful to include 'v2' in the subject line ('git format-patch -v2' or 'git send-email -v2' can do that on your behalf), as well as to document here after the --- separator how it differs from v1. More patch submission hints at https://wiki.qemu.org/Contribute/SubmitAPatch > +++ b/qapi/char.json > @@ -570,3 +570,25 @@ > { 'event': 'VSERPORT_CHANGE', > 'data': { 'id': 'str', > 'open': 'bool' } } > + > +## > +# @VSOCK_RUNNING: > +# > +# Emitted when the guest changes the vsock status. > +# > +# @cid: guest context ID > +# > +# @running: true if the vsock is running > +# > +# Since: v4.2 Still not consistent with other uses. s/v4.2/4.2/ -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org