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

2019-12-19 Thread Stefan Hajnoczi
On Thu, Dec 12, 2019 at 06:24:55AM -0500, Michael S. Tsirkin wrote: > On Thu, Dec 12, 2019 at 11:05:25AM +, Stefan Hajnoczi wrote: > > On Thu, Nov 28, 2019 at 07:26:47PM +0800, ning@zte.com.cn wrote: > > > Let me describe the issue with an example via `nc-vsock`: > > > > > > Let's assume t

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

2019-12-12 Thread Michael S. Tsirkin
On Thu, Dec 12, 2019 at 11:05:25AM +, Stefan Hajnoczi wrote: > On Thu, Nov 28, 2019 at 07:26:47PM +0800, ning@zte.com.cn wrote: > > Let me describe the issue with an example via `nc-vsock`: > > > > Let's assume the Guest cid is 3. > > execute 'rmmod vmw_vsock_virtio_transport' in Guest, >

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

2019-12-12 Thread Stefan Hajnoczi
On Thu, Nov 28, 2019 at 07:26:47PM +0800, ning@zte.com.cn wrote: > Let me describe the issue with an example via `nc-vsock`: > > Let's assume the Guest cid is 3. > execute 'rmmod vmw_vsock_virtio_transport' in Guest, > then execute 'while true; do nc-vsock 3 1234' in Host. > > Host

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

2019-11-28 Thread ning.bo9
Let me describe the issue with an example via `nc-vsock`: Let's assume the Guest cid is 3. execute 'rmmod vmw_vsock_virtio_transport' in Guest, then execute 'while true; do nc-vsock 3 1234' in Host. Host Guest # rmmod vmw_vsock_virtio_t