Re: [PATCH v2 1/1] vfio/type1: Add vfio_group_domain()

2020-11-30 Thread Lu Baolu
Hi Alex, Thanks a lot for your review comments. On 12/1/20 4:57 AM, Alex Williamson wrote: On Thu, 26 Nov 2020 09:27:26 +0800 Lu Baolu wrote: Add the API for getting the domain from a vfio group. This could be used by the physical device drivers which rely on the vfio/mdev framework for

Re: [PATCH v2 1/1] vfio/type1: Add vfio_group_domain()

2020-11-30 Thread Alex Williamson
On Thu, 26 Nov 2020 09:27:26 +0800 Lu Baolu wrote: > Add the API for getting the domain from a vfio group. This could be used > by the physical device drivers which rely on the vfio/mdev framework for > mediated device user level access. The typical use case like below: > > unsigned int

Re: [PATCH v2 1/1] vfio/type1: Add vfio_group_domain()

2020-11-26 Thread Lu Baolu
Hi Yi, On 2020/11/26 15:21, Liu, Yi L wrote: On Thurs, Nov 26, 2020, at 9:27 AM, Lu Baolu wrote: Add the API for getting the domain from a vfio group. This could be used by the physical device drivers which rely on the vfio/mdev framework for mediated device user level access. The typical use

RE: [PATCH v2 1/1] vfio/type1: Add vfio_group_domain()

2020-11-25 Thread Liu, Yi L
On Thurs, Nov 26, 2020, at 9:27 AM, Lu Baolu wrote: > Add the API for getting the domain from a vfio group. This could be used > by the physical device drivers which rely on the vfio/mdev framework for > mediated device user level access. The typical use case like below: > > unsigned int