RE: [RFC 22/27] vhost: add VDUSE events handler

2023-05-08 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com > Cc: Maxime Coquelin > Subject: [RFC 22/27] vhost: add VDUSE events handler > > This patch makes use of Vhost lib's FD manager to install > a handler for VDUSE events occurring on the VDUSE device FD. > > Signed-off-by:

[RFC 22/27] vhost: add VDUSE events handler

2023-03-31 Thread Maxime Coquelin
This patch makes use of Vhost lib's FD manager to install a handler for VDUSE events occurring on the VDUSE device FD. Signed-off-by: Maxime Coquelin --- lib/vhost/vduse.c | 102 ++ 1 file changed, 102 insertions(+) diff --git a/lib/vhost/vduse.c b/li