RE: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-19 Thread Shameerali Kolothum Thodi
kernel.org; linux-kernel@vger.kernel.org; Linuxarm > <linux...@huawei.com>; John Garry <john.ga...@huawei.com>; xuwei (O) > <xuw...@huawei.com> > Subject: Re: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support > > On Thu, 15 Feb 2018 09:45:03 + > S

RE: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-19 Thread Shameerali Kolothum Thodi
Linuxarm > ; John Garry ; xuwei (O) > > Subject: Re: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support > > On Thu, 15 Feb 2018 09:45:03 + > Shameer Kolothum wrote: > > > This allows the user-space to retrieve the supported IOVA > > range(s),

Re: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-16 Thread Alex Williamson
On Thu, 15 Feb 2018 09:45:03 + Shameer Kolothum wrote: > This allows the user-space to retrieve the supported IOVA > range(s), excluding any reserved regions. The implementation > is based on capability chains, added to VFIO_IOMMU_GET_INFO ioctl. > >

Re: [PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-16 Thread Alex Williamson
On Thu, 15 Feb 2018 09:45:03 + Shameer Kolothum wrote: > This allows the user-space to retrieve the supported IOVA > range(s), excluding any reserved regions. The implementation > is based on capability chains, added to VFIO_IOMMU_GET_INFO ioctl. > > Signed-off-by: Shameer Kolothum > ---

[PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-15 Thread Shameer Kolothum
This allows the user-space to retrieve the supported IOVA range(s), excluding any reserved regions. The implementation is based on capability chains, added to VFIO_IOMMU_GET_INFO ioctl. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c |

[PATCH v3 5/6] vfio/type1: Add IOVA range capability support

2018-02-15 Thread Shameer Kolothum
This allows the user-space to retrieve the supported IOVA range(s), excluding any reserved regions. The implementation is based on capability chains, added to VFIO_IOMMU_GET_INFO ioctl. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 92