Re: [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities

2022-03-03 Thread Jason Wang
On Thu, Mar 3, 2022 at 5:25 PM Eugenio Perez Martin wrote: > > On Thu, Mar 3, 2022 at 8:12 AM Jason Wang wrote: > > > > > > 在 2022/3/2 上午2:49, Eugenio Perez Martin 写道: > > > On Mon, Feb 28, 2022 at 3:57 AM Jason Wang wrote: > > >> 在 2022/2/27 下午9:40, Eugenio Pérez 写道: > > >>> At this mode no buf

Re: [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities

2022-03-03 Thread Eugenio Perez Martin
On Thu, Mar 3, 2022 at 8:12 AM Jason Wang wrote: > > > 在 2022/3/2 上午2:49, Eugenio Perez Martin 写道: > > On Mon, Feb 28, 2022 at 3:57 AM Jason Wang wrote: > >> 在 2022/2/27 下午9:40, Eugenio Pérez 写道: > >>> At this mode no buffer forwarding will be performed in SVQ mode: Qemu > >>> will just forward t

Re: [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities

2022-03-02 Thread Jason Wang
在 2022/3/2 上午2:49, Eugenio Perez Martin 写道: On Mon, Feb 28, 2022 at 3:57 AM Jason Wang wrote: 在 2022/2/27 下午9:40, Eugenio Pérez 写道: At this mode no buffer forwarding will be performed in SVQ mode: Qemu will just forward the guest's kicks to the device. Host memory notifiers regions are left

Re: [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities

2022-03-01 Thread Eugenio Perez Martin
On Mon, Feb 28, 2022 at 3:57 AM Jason Wang wrote: > > > 在 2022/2/27 下午9:40, Eugenio Pérez 写道: > > At this mode no buffer forwarding will be performed in SVQ mode: Qemu > > will just forward the guest's kicks to the device. > > > > Host memory notifiers regions are left out for simplicity, and they

Re: [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities

2022-02-27 Thread Jason Wang
在 2022/2/27 下午9:40, Eugenio Pérez 写道: At this mode no buffer forwarding will be performed in SVQ mode: Qemu will just forward the guest's kicks to the device. Host memory notifiers regions are left out for simplicity, and they will not be addressed in this series. Signed-off-by: Eugenio Pérez