[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when set running

2019-08-04 Thread Ning Bo
id this case if qemu reports an event when the vsock is ready and the program waits the event before connecting. 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 --- v2: fix typo

[Qemu-devel] [PATCH] vhost-vsock: report QMP event when set running

2019-08-01 Thread Ning Bo
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 --- hw/virtio/vhost-vsock.c | 3 +++ qapi/char.json | 22 ++ 2 files changed, 25 insertions(+) diff