Re: [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-02-09 Thread Jason Wang
On 2021/2/9 下午11:02, Eugenio Perez Martin wrote: On Thu, Feb 4, 2021 at 4:27 AM Jason Wang wrote: On 2021/2/2 下午6:08, Eugenio Perez Martin wrote: On Mon, Feb 1, 2021 at 7:29 AM Jason Wang wrote: On 2021/1/30 上午4:54, Eugenio Pérez wrote: Shadow virtqueue notifications forwarding is disabl

Re: [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-02-09 Thread Eugenio Perez Martin
On Thu, Feb 4, 2021 at 4:27 AM Jason Wang wrote: > > > On 2021/2/2 下午6:08, Eugenio Perez Martin wrote: > > On Mon, Feb 1, 2021 at 7:29 AM Jason Wang wrote: > >> > >> On 2021/1/30 上午4:54, Eugenio Pérez wrote: > >>> Shadow virtqueue notifications forwarding is disabled when vhost_dev > >>> stops. >

Re: [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-02-03 Thread Jason Wang
On 2021/2/2 下午6:08, Eugenio Perez Martin wrote: On Mon, Feb 1, 2021 at 7:29 AM Jason Wang wrote: On 2021/1/30 上午4:54, Eugenio Pérez wrote: Shadow virtqueue notifications forwarding is disabled when vhost_dev stops. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h |

Re: [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-02-02 Thread Eugenio Perez Martin
On Mon, Feb 1, 2021 at 7:29 AM Jason Wang wrote: > > > On 2021/1/30 上午4:54, Eugenio Pérez wrote: > > Shadow virtqueue notifications forwarding is disabled when vhost_dev > > stops. > > > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhost-shadow-virtqueue.h | 5 ++ > > include/hw/virt

Re: [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-01-31 Thread Jason Wang
On 2021/1/30 上午4:54, Eugenio Pérez wrote: Shadow virtqueue notifications forwarding is disabled when vhost_dev stops. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 5 ++ include/hw/virtio/vhost.h | 4 + hw/virtio/vhost-shadow-virtqueue.c | 123

[RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

2021-01-29 Thread Eugenio Pérez
Shadow virtqueue notifications forwarding is disabled when vhost_dev stops. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 5 ++ include/hw/virtio/vhost.h | 4 + hw/virtio/vhost-shadow-virtqueue.c | 123 +- hw/virtio/vhost.c