Re: [Qemu-devel] [PATCH v14 02/10] hw/vfio/platform: vfio-platform skeleton

2015-04-29 Thread Alex Williamson
On Wed, 2015-04-29 at 15:51 +0100, Eric Auger wrote: > Minimal VFIO platform implementation supporting register space > user mapping but not IRQ assignment. > > Signed-off-by: Kim Phillips > Signed-off-by: Eric Auger > > --- > v13 -> v14: > - fix ENAMETOOLONG error path sign > > v12 -> v13: >

[Qemu-devel] [PATCH v14 02/10] hw/vfio/platform: vfio-platform skeleton

2015-04-29 Thread Eric Auger
Minimal VFIO platform implementation supporting register space user mapping but not IRQ assignment. Signed-off-by: Kim Phillips Signed-off-by: Eric Auger --- v13 -> v14: - fix ENAMETOOLONG error path sign v12 -> v13: - check device name does not contain any / - handle case where readlink fully