Re: [PATCH v3] docs: vhost-user: add Virtio status protocol feature

2020-06-23 Thread Stefan Hajnoczi
On Thu, Jun 18, 2020 at 03:45:01PM +0200, Maxime Coquelin wrote: > This patch specifies the VHOST_USER_SET_STATUS and > VHOST_USER_GET_STATUS requests, which are sent by > the master to update and query the Virtio status > in the backend. > > Signed-off-by: Maxime Coquelin > --- > Changes since v

Re: [PATCH v3] docs: vhost-user: add Virtio status protocol feature

2020-06-19 Thread Jason Wang
On 2020/6/18 下午9:45, Maxime Coquelin wrote: This patch specifies the VHOST_USER_SET_STATUS and VHOST_USER_GET_STATUS requests, which are sent by the master to update and query the Virtio status in the backend. Signed-off-by: Maxime Coquelin --- Changes since v2: = - Typo: fix

Re: [PATCH v3] docs: vhost-user: add Virtio status protocol feature

2020-06-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200618134501.145747-1-maxime.coque...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/

[PATCH v3] docs: vhost-user: add Virtio status protocol feature

2020-06-18 Thread Maxime Coquelin
This patch specifies the VHOST_USER_SET_STATUS and VHOST_USER_GET_STATUS requests, which are sent by the master to update and query the Virtio status in the backend. Signed-off-by: Maxime Coquelin --- Changes since v2: = - Typo: fix missing # (Jason) Changes since v1: ===