Re: [Qemu-devel] [PATCH 1/2] intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX

2017-12-07 Thread Liu, Yi L
On Fri, Dec 08, 2017 at 12:26:53PM +0800, Peter Xu wrote: Looks good to me. Reviewed-by: Liu, Yi L > We have PCI_DEVFN_MAX now. > > Signed-off-by: Peter Xu > --- > hw/i386/intel_iommu.c | 10 +- > include/hw/i386/x86-iommu.h | 1 - > 2

[Qemu-devel] [PATCH 1/2] intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX

2017-12-07 Thread Peter Xu
We have PCI_DEVFN_MAX now. Signed-off-by: Peter Xu --- hw/i386/intel_iommu.c | 10 +- include/hw/i386/x86-iommu.h | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c index 3a5bb0bc2e..c1fa08d205