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: Stefan Hajnoczi
Subject: Re: [PATCH v2 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) library
Date: Wed, 16 Mar 2022 13:28:11 +0000

On Tue, Mar 15, 2022 at 07:38:12PM +0800, Yongji Xie wrote:
> 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.

You're welcome to become the maintainer. It means that you will be CCed
on patches affecting this code and sometimes people might send you
questions about VDUSE exports.

Is the issue lack of time?

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

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