Re: [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions

2014-10-22 Thread Alex Williamson
On Wed, 2014-10-22 at 15:55 +0200, Antonios Motakis wrote: > On Tue, Oct 21, 2014 at 6:51 PM, Alex Williamson > wrote: > > On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: > >> Allow to memory map the MMIO regions of the device so userspace can > >> directly access them. PIO regions are

Re: [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions

2014-10-22 Thread Antonios Motakis
On Tue, Oct 21, 2014 at 6:51 PM, Alex Williamson wrote: > On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: >> Allow to memory map the MMIO regions of the device so userspace can >> directly access them. PIO regions are not being handled at this point. >> >> Signed-off-by: Antonios Motaki

Re: [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions

2014-10-21 Thread Alex Williamson
On Mon, 2014-10-13 at 15:10 +0200, Antonios Motakis wrote: > Allow to memory map the MMIO regions of the device so userspace can > directly access them. PIO regions are not being handled at this point. > > Signed-off-by: Antonios Motakis > --- > drivers/vfio/platform/vfio_platform_common.c | 57

[PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions

2014-10-13 Thread Antonios Motakis
Allow to memory map the MMIO regions of the device so userspace can directly access them. PIO regions are not being handled at this point. Signed-off-by: Antonios Motakis --- drivers/vfio/platform/vfio_platform_common.c | 57 1 file changed, 57 insertions(+) diff --