diff options
| author | Xie Yongji <xieyongji@bytedance.com> | 2022-05-23 16:46:08 +0800 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2022-06-24 17:07:06 +0200 |
| commit | a6caeee8111386b2d16ee07fe817193cde7f0d2a (patch) | |
| tree | e6d18efd5cf0a600ae24b926d86529b478aea1a5 /subprojects/libvduse/linux-headers/linux | |
| parent | 92e879505feb70d141acdb78c0331c796fda8f96 (diff) | |
| download | focaccia-qemu-a6caeee8111386b2d16ee07fe817193cde7f0d2a.tar.gz focaccia-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 'subprojects/libvduse/linux-headers/linux')
| l--------- | subprojects/libvduse/linux-headers/linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/libvduse/linux-headers/linux b/subprojects/libvduse/linux-headers/linux new file mode 120000 index 0000000000..04f3304f79 --- /dev/null +++ b/subprojects/libvduse/linux-headers/linux @@ -0,0 +1 @@ +../../../linux-headers/linux/ \ No newline at end of file |