Re: [PATCH V3 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry

2022-10-14 Thread Peter Xu
On Sun, Oct 09, 2022 at 01:48:32PM +0800, Jason Wang wrote: > We use to warn on wrong rid2pasid entry. But this error could be > triggered by the guest and could happens during initialization. So > let's don't warn in this case. > > Signed-off-by: Jason Wang Reviewed-by: Peter Xu -- Peter Xu

[PATCH V3 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry

2022-10-08 Thread Jason Wang
We use to warn on wrong rid2pasid entry. But this error could be triggered by the guest and could happens during initialization. So let's don't warn in this case. Signed-off-by: Jason Wang --- hw/i386/intel_iommu.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/i386