Re: [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier

2022-01-29 Thread Eugenio Perez Martin
On Sat, Jan 29, 2022 at 8:57 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > This allows vhost-vdpa device to retrieve device -> svq call eventfd. > > > > Signed-off-by: Eugenio Pérez > > > What did 'dd' mean in the title? > It was intended to be "add" but I missed the

Re: [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier

2022-01-29 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: This allows vhost-vdpa device to retrieve device -> svq call eventfd. Signed-off-by: Eugenio Pérez What did 'dd' mean in the title? Thanks --- hw/virtio/vhost-shadow-virtqueue.h | 2 ++ hw/virtio/vhost-shadow-virtqueue.c | 12 2

[PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier

2022-01-21 Thread Eugenio Pérez
This allows vhost-vdpa device to retrieve device -> svq call eventfd. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 2 ++ hw/virtio/vhost-shadow-virtqueue.c | 12 2 files changed, 14 insertions(+) diff --git a/hw/virtio/vhost-shadow-virtqueue.h