Re: [Qemu-devel] [PATCH v2] vhost-vsock: report QMP event whensetrunning

2019-12-19 Thread Stefan Hajnoczi
On Fri, Dec 13, 2019 at 03:11:54PM +0800, ning@zte.com.cn wrote: > > This can be done efficiently as follows: > > 1. kata-runtime listens on a vsock port > > 2. kata-agent-port=PORT is added to the kernel command-line options > > 3. kata-agent parses the port number and connects to the host >

Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event whensetrunning

2019-12-12 Thread ning.bo9
> This can be done efficiently as follows: > 1. kata-runtime listens on a vsock port > 2. kata-agent-port=PORT is added to the kernel command-line options > 3. kata-agent parses the port number and connects to the host > > This eliminates the reconnection attempts. There will be an additional