Re: [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus

2014-10-22 Thread Antonios Motakis
On Tue, Oct 21, 2014 at 6:37 PM, Eric Auger wrote: > On 10/21/2014 06:17 PM, Alex Williamson wrote: >> On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: >>> Driver to bind to Linux platform devices, and callbacks to discover their >>> resources to be used by the main VFIO PLATFORM code. >

Re: [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus

2014-10-21 Thread Eric Auger
On 10/21/2014 06:17 PM, Alex Williamson wrote: > On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: >> Driver to bind to Linux platform devices, and callbacks to discover their >> resources to be used by the main VFIO PLATFORM code. >> >> Signed-off-by: Antonios Motakis >> --- >> drivers/

Re: [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus

2014-10-21 Thread Alex Williamson
On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: > Driver to bind to Linux platform devices, and callbacks to discover their > resources to be used by the main VFIO PLATFORM code. > > Signed-off-by: Antonios Motakis > --- > drivers/vfio/platform/vfio_platform.c | 107 > +++

[PATCH v8 02/18] vfio: platform: probe to devices on the platform bus

2014-10-13 Thread Antonios Motakis
Driver to bind to Linux platform devices, and callbacks to discover their resources to be used by the main VFIO PLATFORM code. Signed-off-by: Antonios Motakis --- drivers/vfio/platform/vfio_platform.c | 107 ++ include/uapi/linux/vfio.h | 1 + 2 file