Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-15 Thread Alex Williamson
On Thu, 15 Dec 2016 15:17:46 +0530 Kirti Wankhede wrote: > On 12/15/2016 1:42 PM, Alex Williamson wrote: > > On Thu, 15 Dec 2016 13:15:34 +0530 > > Kirti Wankhede wrote: > > > >> On 12/15/2016 1:09 AM, Alex Williamson wrote: > >>> This sample driver was originally under Documentation/ and w

Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-15 Thread Alex Williamson
On Thu, 15 Dec 2016 10:36:02 +0100 Auger Eric wrote: > Hi, > > On 14/12/2016 20:39, Alex Williamson wrote: > > This sample driver was originally under Documentation/ and was moved > > to samples, but build support was never adjusted for the new location. > > > > Signed-off-by: Alex Williamson

Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-15 Thread Kirti Wankhede
On 12/15/2016 1:42 PM, Alex Williamson wrote: > On Thu, 15 Dec 2016 13:15:34 +0530 > Kirti Wankhede wrote: > >> On 12/15/2016 1:09 AM, Alex Williamson wrote: >>> This sample driver was originally under Documentation/ and was moved >>> to samples, but build support was never adjusted for the new

Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-15 Thread Auger Eric
Hi, On 14/12/2016 20:39, Alex Williamson wrote: > This sample driver was originally under Documentation/ and was moved > to samples, but build support was never adjusted for the new location. > > Signed-off-by: Alex Williamson > --- > samples/Kconfig|7 +++ > samples/Makefil

Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-15 Thread Alex Williamson
On Thu, 15 Dec 2016 13:15:34 +0530 Kirti Wankhede wrote: > On 12/15/2016 1:09 AM, Alex Williamson wrote: > > This sample driver was originally under Documentation/ and was moved > > to samples, but build support was never adjusted for the new location. > > > > Signed-off-by: Alex Williamson > >

Re: [PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-14 Thread Kirti Wankhede
On 12/15/2016 1:09 AM, Alex Williamson wrote: > This sample driver was originally under Documentation/ and was moved > to samples, but build support was never adjusted for the new location. > > Signed-off-by: Alex Williamson > --- > samples/Kconfig|7 +++ > samples/Makefile

[PATCH] vfio-mdev: Fix mtty sample driver building

2016-12-14 Thread Alex Williamson
This sample driver was originally under Documentation/ and was moved to samples, but build support was never adjusted for the new location. Signed-off-by: Alex Williamson --- samples/Kconfig|7 +++ samples/Makefile |3 ++- samples/vfio-mdev/Makefile | 14 +