qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) librar


From: Yongji Xie
Subject: Re: [PATCH v2 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) library
Date: Tue, 15 Mar 2022 19:38:12 +0800

On Tue, Mar 15, 2022 at 5:48 PM Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> On Tue, Feb 15, 2022 at 06:59:40PM +0800, Xie Yongji wrote:
> > 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>
> > ---
> >  meson.build                                 |   15 +
> >  meson_options.txt                           |    2 +
> >  scripts/meson-buildoptions.sh               |    3 +
> >  subprojects/libvduse/include/atomic.h       |    1 +
> >  subprojects/libvduse/libvduse.c             | 1152 +++++++++++++++++++
> >  subprojects/libvduse/libvduse.h             |  225 ++++
> >  subprojects/libvduse/linux-headers/linux    |    1 +
> >  subprojects/libvduse/meson.build            |   10 +
> >  subprojects/libvduse/standard-headers/linux |    1 +
> >  9 files changed, 1410 insertions(+)
> >  create mode 120000 subprojects/libvduse/include/atomic.h
> >  create mode 100644 subprojects/libvduse/libvduse.c
> >  create mode 100644 subprojects/libvduse/libvduse.h
> >  create mode 120000 subprojects/libvduse/linux-headers/linux
> >  create mode 100644 subprojects/libvduse/meson.build
> >  create mode 120000 subprojects/libvduse/standard-headers/linux
>
> Please update the ./MAINTAINERS file when adding new source files.

OK, sure. And would you mind being one of the maintainers since I'm
not sure if I can do this job well.

Thanks,
Yongji



reply via email to

[Prev in Thread] Current Thread [Next in Thread]