Re: [PATCH] vhsot-user: Remove redundant judgment

2024-07-20 Thread BillXiang
> From: "Michael S. Tsirkin" > Date:  Sun, Jul 21, 2024, 03:14 > Subject:  Re: [PATCH] vhsot-user: Remove redundant judgment > To: "BillXiang" > Cc: , > On Wed, Jul 10, 2024 at 03:40:41PM +0800, BillXiang wrote: > > From: BillXiang > >  > &g

Re: [PATCH] vhsot-user: Remove redundant judgment

2024-07-20 Thread Michael S. Tsirkin
On Wed, Jul 10, 2024 at 03:40:41PM +0800, BillXiang wrote: > From: BillXiang > > Send only once has been supported in vhost_user_write by > vhost_user_per_device_request > > Signed-off-by: BillXiang I am confused by all the patches. Is it on top of your other patch or instead of? Because that

[PATCH] vhsot-user: Remove redundant judgment

2024-07-10 Thread BillXiang
From: BillXiang Send only once has been supported in vhost_user_write by vhost_user_per_device_request Signed-off-by: BillXiang --- hw/virtio/vhost-user.c | 5 - 1 file changed, 5 deletions(-) diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index 00561daa06..04e3568b7e 10064