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

2019-08-15 Thread Stefan Hajnoczi
On Tue, Jul 30, 2019 at 04:29:35PM -0400, Michael S. Tsirkin wrote: > On Tue, Jul 30, 2019 at 12:24:27PM +, N. B. wrote: > > From: Ning Bo > > > > Report vsock running event so that the upper application can > > control boot sequence. > > see

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

2019-08-01 Thread Michael S. Tsirkin
On Thu, Aug 01, 2019 at 05:25:04PM +0200, Markus Armbruster wrote: > Ning Bo writes: > > > Report vsock running event so that the upper application can > > control boot sequence. > > see https://github.com/kata-containers/runtime/pull/1918 > > Please provide a more complete summary of the use

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

2019-08-01 Thread Markus Armbruster
Ning Bo writes: > Report vsock running event so that the upper application can > control boot sequence. > see https://github.com/kata-containers/runtime/pull/1918 Please provide a more complete summary of the use case in the commit message. What exactly is the problem? What is the proposed

[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

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

2019-08-01 Thread Eric Blake
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

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

2019-07-30 Thread Michael S. Tsirkin
On Tue, Jul 30, 2019 at 12:24:27PM +, N. B. wrote: > From: 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 Cc Stefan. Stefan, are you willing to

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

2019-07-30 Thread N. B.
From: 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

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

2019-07-30 Thread Eric Blake
On 7/30/19 7:24 AM, N. B. wrote: > From: 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 Your From: and S-o-b: differ from one another, which can make