Re: [PATCH v1] vsock: don't send messages when vsock device is not started

2021-10-14 Thread Stefano Garzarella
Please CC maintainers (MST in this case) On Fri, 2021-10-01 at 18:42 +, Jiang Wang wrote: > Added a check in vhost_vsock_common_send_transport_reset, > and only send messages on event queue when the vsock host > device is started. > > Suggested-by: Stefano Garzarella > Signed-off-by: Jiang W

[PATCH v1] vsock: don't send messages when vsock device is not started

2021-10-01 Thread Jiang Wang
Added a check in vhost_vsock_common_send_transport_reset, and only send messages on event queue when the vsock host device is started. Suggested-by: Stefano Garzarella Signed-off-by: Jiang Wang --- hw/virtio/vhost-vsock-common.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff