Hi,
On 10/30/2015 09:51 AM, Baptiste Reynal wrote:
> Hi James,
>
> Thanks for this fix.
>
> Acked-by: Baptiste Reynal
> Tested-by: Baptiste Reynal
>
> On Thu, Oct 29, 2015 at 5:50 PM, James Morse wrote:
>> vfio_platform_{read,write}_mmio() call ioremap_nocache() to map
>> a region of io memor
Hi James,
Thanks for this fix.
Acked-by: Baptiste Reynal
Tested-by: Baptiste Reynal
On Thu, Oct 29, 2015 at 5:50 PM, James Morse wrote:
> vfio_platform_{read,write}_mmio() call ioremap_nocache() to map
> a region of io memory, which they store in struct vfio_platform_region to
> be eventually
vfio_platform_{read,write}_mmio() call ioremap_nocache() to map
a region of io memory, which they store in struct vfio_platform_region to
be eventually re-used, or unmapped by vfio_platform_regions_cleanup().
These functions receive a copy of their struct vfio_platform_region
argument on the stack