Re: [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue

2022-02-08 Thread Jason Wang
在 2022/1/31 下午7:33, Eugenio Perez Martin 写道: On Fri, Jan 28, 2022 at 7:57 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: At this moment no buffer forwarding will be performed in SVQ mode: Qemu just forward the guest's kicks to the device. This commit also set up SVQs in the vhos

Re: [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue

2022-01-31 Thread Eugenio Perez Martin
On Fri, Jan 28, 2022 at 7:57 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > At this moment no buffer forwarding will be performed in SVQ mode: Qemu > > just forward the guest's kicks to the device. This commit also set up > > SVQs in the vhost device. > > > > Host memory noti

Re: [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue

2022-01-27 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: At this moment no buffer forwarding will be performed in SVQ mode: Qemu just forward the guest's kicks to the device. This commit also set up SVQs in the vhost device. Host memory notifiers regions are left out for simplicity, and they will not be addresse

[PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue

2022-01-21 Thread Eugenio Pérez
At this moment no buffer forwarding will be performed in SVQ mode: Qemu just forward the guest's kicks to the device. This commit also set up SVQs in the vhost device. Host memory notifiers regions are left out for simplicity, and they will not be addressed in this series. Signed-off-by: Eugenio