Re: [Intel-gfx] [PATCH V13 3/6] mdev: move to drivers/

2019-11-18 Thread Randy Dunlap
On 11/18/19 2:59 AM, Jason Wang wrote: > diff --git a/drivers/mdev/Kconfig b/drivers/mdev/Kconfig > new file mode 100644 > index ..4561f2d4178f > --- /dev/null > +++ b/drivers/mdev/Kconfig > @@ -0,0 +1,19 @@ > + > +config MDEV > + tristate "Mediated device driver framework" > +

[Intel-gfx] [PATCH V13 3/6] mdev: move to drivers/

2019-11-18 Thread Jason Wang
Mdev now is nothing VFIO specific, let's move it to upper directory. Signed-off-by: Jason Wang --- MAINTAINERS | 7 +-- drivers/Kconfig | 2 ++ drivers/Makefile | 1 + drivers/mdev/Kconfig