mbox series

[v1,0/2] intel_iommu: two fixes to intel scalable vIOMMU

Message ID 1578058086-4288-1-git-send-email-yi.l.liu@intel.com (mailing list archive)
Headers show
Series intel_iommu: two fixes to intel scalable vIOMMU | expand

Message

Yi Liu Jan. 3, 2020, 1:28 p.m. UTC
These two fixes are found in vSVA implementation, and could be
upstreamed separately. Please feel free give your comments.

Thanks,
Yi Liu

Liu Yi L (2):
  intel_iommu: a fix to vtd_find_as_from_bus_num()
  intel_iommu: add present bit check for pasid table entries

 hw/i386/intel_iommu.c          | 93 +++++++++++++++++++++++++++++++++---------
 hw/i386/intel_iommu_internal.h |  1 +
 2 files changed, 75 insertions(+), 19 deletions(-)

Comments

Peter Xu Jan. 3, 2020, 3:28 p.m. UTC | #1
On Fri, Jan 03, 2020 at 09:28:04PM +0800, Liu Yi L wrote:
> These two fixes are found in vSVA implementation, and could be
> upstreamed separately. Please feel free give your comments.

Reviewed-by: Peter Xu <peterx@redhat.com>