diff options
author | Xie Yongji | 2022-05-23 10:46:08 +0200 |
---|---|---|
committer | Kevin Wolf | 2022-06-24 17:07:06 +0200 |
commit | a6caeee8111386b2d16ee07fe817193cde7f0d2a (patch) | |
tree | e6d18efd5cf0a600ae24b926d86529b478aea1a5 /MAINTAINERS | |
parent | linux-headers: Add vduse.h (diff) | |
download | qemu-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-- | MAINTAINERS | 5 |
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> |