RE: [PATCH v5 24/26] vhost: add VDUSE device startup

2023-06-07 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com; l...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v5 24/26] vhost: add VDUSE device startup > > This patch adds the device and its virtqueues > initialization once the Virtio driver has set the DRIVER_OK > in the Virtio status reg

[PATCH v5 24/26] vhost: add VDUSE device startup

2023-06-06 Thread Maxime Coquelin
This patch adds the device and its virtqueues initialization once the Virtio driver has set the DRIVER_OK in the Virtio status register. Signed-off-by: Maxime Coquelin --- lib/vhost/vduse.c | 126 ++ 1 file changed, 126 insertions(+) diff --git a/lib/