Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-08-01 Thread Michael S. Tsirkin
On Thu, Aug 01, 2024 at 08:20:35PM +0800, BillXiang wrote: > > > From: "Michael S. Tsirkin" > > Date:  Thu, Aug 1, 2024, 18:26 > > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > > VHOST_USER_SET_LOG_BASE > > To: "BillX

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-08-01 Thread BillXiang
> From: "Michael S. Tsirkin" > Date:  Thu, Aug 1, 2024, 18:26 > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > VHOST_USER_SET_LOG_BASE > To: "BillXiang" > Cc: > On Thu, Aug 01, 2024 at 05:48:36PM +0800, BillXiang wr

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-08-01 Thread Michael S. Tsirkin
On Thu, Aug 01, 2024 at 05:48:36PM +0800, BillXiang wrote: > > > From: "Michael S. Tsirkin" > > Date:  Thu, Aug 1, 2024, 16:26 > > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > > VHOST_USER_SET_LOG_BASE > > To: "BillX

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-08-01 Thread BillXiang
> From: "Michael S. Tsirkin" > Date:  Thu, Aug 1, 2024, 16:26 > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > VHOST_USER_SET_LOG_BASE > To: "BillXiang" > Cc: > On Sun, Jul 21, 2024 at 11:20:56AM +0800, BillXiang wr

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-08-01 Thread Michael S. Tsirkin
On Sun, Jul 21, 2024 at 11:20:56AM +0800, BillXiang wrote: > > > From: "Michael S. Tsirkin" > > Date:  Sun, Jul 21, 2024, 03:01 > > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > > VHOST_USER_SET_LOG_BASE > > To: "

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-07-20 Thread BillXiang
> From: "Michael S. Tsirkin" > Date:  Sun, Jul 21, 2024, 03:01 > Subject:  Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent > VHOST_USER_SET_LOG_BASE > To: "BillXiang" > Cc: > typos in subject do not inspire confidence. Sorry >

Re: [PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-07-20 Thread Michael S. Tsirkin
typos in subject do not inspire confidence. On Thu, Jul 18, 2024 at 04:31:03PM +0800, BillXiang wrote: > From: BillXiang > > We have added VHOST_USER_SET_LOG_BASE to vhost_user_per_device_request > in https://lists.nongnu.org/archive/html/qemu-devel/2024-06/msg02559.html Pls put commit here not

[PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE

2024-07-18 Thread BillXiang
From: BillXiang We have added VHOST_USER_SET_LOG_BASE to vhost_user_per_device_request in https://lists.nongnu.org/archive/html/qemu-devel/2024-06/msg02559.html and will send this message only for vq 0. Signed-off-by: BillXiang --- V1[1] -> V2: - Refrain from appending flags to messages that c