RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-04 Thread Liu, Yi L
t.com; iommu@lists.linux-foundation.org; > k...@vger.kernel.org; linux-ker...@vger.kernel.org; Wu, Hao > Subject: Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to > userspace > > On Fri, 3 Apr 2020 08:17:44 + > "Liu, Yi L" wrote: > > > >

Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-03 Thread Alex Williamson
On Fri, 3 Apr 2020 08:17:44 + "Liu, Yi L" wrote: > > From: Alex Williamson < alex.william...@redhat.com > > > Sent: Friday, April 3, 2020 2:01 AM > > To: Liu, Yi L > > Subject: Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to > >

RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-03 Thread Liu, Yi L
> From: Alex Williamson < alex.william...@redhat.com > > Sent: Friday, April 3, 2020 2:01 AM > To: Liu, Yi L > Subject: Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to > userspace > > On Sun, 22 Mar 2020 05:32:00 -0700 > "Liu,

Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-02 Thread Alex Williamson
On Sun, 22 Mar 2020 05:32:00 -0700 "Liu, Yi L" wrote: > From: Liu Yi L > > This patch reports PASID alloc/free availability to userspace (e.g. QEMU) > thus userspace could do a pre-check before utilizing this feature. > > Cc: Kevin Tian > CC: Jacob Pan > Cc: Alex Williamson > Cc: Eric

RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-01 Thread Liu, Yi L
Hi Eric, > From: Auger Eric > Sent: Wednesday, April 1, 2020 5:41 PM > To: Liu, Yi L ; alex.william...@redhat.com > Subject: Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to > userspace > > Yi, > On 3/22/20 1:32 PM, Liu, Yi L wrote: > > From

Re: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-01 Thread Auger Eric
Yi, On 3/22/20 1:32 PM, Liu, Yi L wrote: > From: Liu Yi L > > This patch reports PASID alloc/free availability to userspace (e.g. QEMU) > thus userspace could do a pre-check before utilizing this feature. > > Cc: Kevin Tian > CC: Jacob Pan > Cc: Alex Williamson > Cc: Eric Auger > Cc:

RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-04-01 Thread Liu, Yi L
> From: Tian, Kevin > Sent: Monday, March 30, 2020 5:44 PM > To: Liu, Yi L ; alex.william...@redhat.com; > Subject: RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to > userspace > > > From: Liu, Yi L > > Sent: Sunday, March 22, 2020

RE: [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-03-30 Thread Tian, Kevin
> From: Liu, Yi L > Sent: Sunday, March 22, 2020 8:32 PM > > From: Liu Yi L > > This patch reports PASID alloc/free availability to userspace (e.g. QEMU) > thus userspace could do a pre-check before utilizing this feature. > > Cc: Kevin Tian > CC: Jacob Pan > Cc: Alex Williamson > Cc: Eric

[PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace

2020-03-22 Thread Liu, Yi L
From: Liu Yi L This patch reports PASID alloc/free availability to userspace (e.g. QEMU) thus userspace could do a pre-check before utilizing this feature. Cc: Kevin Tian CC: Jacob Pan Cc: Alex Williamson Cc: Eric Auger Cc: Jean-Philippe Brucker Signed-off-by: Liu Yi L ---