Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-29 Thread Cindy Lu
On Thu, Jun 25, 2020 at 10:35 PM Laurent Vivier wrote: > > On 22/06/2020 17:37, Cindy Lu wrote: > > use the vhost_dev_start callback to send the status to backend > > I agree with Jason, squash this patch with the previous one. > will fix this > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/vh

Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-25 Thread Laurent Vivier
On 22/06/2020 17:37, Cindy Lu wrote: > use the vhost_dev_start callback to send the status to backend I agree with Jason, squash this patch with the previous one. > Signed-off-by: Cindy Lu > --- > hw/virtio/vhost.c | 17 + > include/hw/virtio/vhost.h | 2 ++ > 2 files c

Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-23 Thread Cindy Lu
On Tue, Jun 23, 2020 at 5:38 PM Jason Wang wrote: > > > On 2020/6/23 下午5:34, Cindy Lu wrote: > > On Tue, Jun 23, 2020 at 3:21 PM Jason Wang wrote: > >> On 2020/6/22 下午11:37, Cindy Lu wrote: > >>> use the vhost_dev_start callback to send the status to backend > >> I suggest to squash this into pre

Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-23 Thread Jason Wang
On 2020/6/23 下午5:34, Cindy Lu wrote: On Tue, Jun 23, 2020 at 3:21 PM Jason Wang wrote: On 2020/6/22 下午11:37, Cindy Lu wrote: use the vhost_dev_start callback to send the status to backend I suggest to squash this into previous patch. Sure will do Signed-off-by: Cindy Lu --- hw/virtio/

Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-23 Thread Cindy Lu
On Tue, Jun 23, 2020 at 3:21 PM Jason Wang wrote: > > > On 2020/6/22 下午11:37, Cindy Lu wrote: > > use the vhost_dev_start callback to send the status to backend > > > I suggest to squash this into previous patch. > Sure will do > > > > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/vhost.c

Re: [PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-23 Thread Jason Wang
On 2020/6/22 下午11:37, Cindy Lu wrote: use the vhost_dev_start callback to send the status to backend I suggest to squash this into previous patch. Signed-off-by: Cindy Lu --- hw/virtio/vhost.c | 17 + include/hw/virtio/vhost.h | 2 ++ 2 files changed, 19 ins

[PATCH v1 08/10] vhost: implement vhost_dev_start method

2020-06-22 Thread Cindy Lu
use the vhost_dev_start callback to send the status to backend Signed-off-by: Cindy Lu --- hw/virtio/vhost.c | 17 + include/hw/virtio/vhost.h | 2 ++ 2 files changed, 19 insertions(+) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 01ebe12f28..bfd7f9ce1f 10064