intel-iommu: don't warn guest errors when getting rid2pasid entry
commitfb1d084b4488aef990b5bafab08ecc20197fd749
authorJason Wang <jasowang@redhat.com>
Fri, 28 Oct 2022 06:14:33 +0000 (28 14:14 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Nov 2022 19:08:17 +0000 (7 14:08 -0500)
treef6bb21b6259bceee9433d0e95fbb44a25f082f41
parentbaa44bce87fe53ef5c95d39e634b3bace014d235
intel-iommu: don't warn guest errors when getting rid2pasid entry

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.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20221028061436.30093-2-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Yi Liu <yi.l.liu@intel.com>
hw/i386/intel_iommu.c