summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorXie Yongji2022-05-23 10:46:08 +0200
committerKevin Wolf2022-06-24 17:07:06 +0200
commita6caeee8111386b2d16ee07fe817193cde7f0d2a (patch)
treee6d18efd5cf0a600ae24b926d86529b478aea1a5 /MAINTAINERS
parentlinux-headers: Add vduse.h (diff)
downloadqemu-a6caeee8111386b2d16ee07fe817193cde7f0d2a.tar.gz
qemu-a6caeee8111386b2d16ee07fe817193cde7f0d2a.tar.xz
qemu-a6caeee8111386b2d16ee07fe817193cde7f0d2a.zip
libvduse: Add VDUSE (vDPA Device in Userspace) library
VDUSE [1] is a linux framework that makes it possible to implement software-emulated vDPA devices in userspace. This adds a library as a subproject to help implementing VDUSE backends in QEMU. [1] https://www.kernel.org/doc/html/latest/userspace-api/vduse.html Signed-off-by: Xie Yongji <xieyongji@bytedance.com> Message-Id: <20220523084611.91-6-xieyongji@bytedance.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 51e9ff2dd2..b14891898c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3594,6 +3594,11 @@ L: qemu-block@nongnu.org
S: Supported
F: block/export/fuse.c
+VDUSE library
+M: Xie Yongji <xieyongji@bytedance.com>
+S: Maintained
+F: subprojects/libvduse/
+
Replication
M: Wen Congyang <wencongyang2@huawei.com>
M: Xie Changlong <xiechanglong.d@gmail.com>