]> git.ipfire.org Git - thirdparty/qemu.git/commit
intel_iommu: fix FRCD construction macro
authorClément Mathieu--Drif <clement.mathieu--drif@eviden.com>
Tue, 9 Jul 2024 14:26:08 +0000 (14:26 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 24 Jul 2024 04:41:28 +0000 (07:41 +0300)
commit485637f2821bda84bc28b0f532559e1cd3bc2de0
tree3243bf893db63092d819fce472a9e15db2358d38
parent439009617e85f369756808c4e54c399583196d38
intel_iommu: fix FRCD construction macro

The constant must be unsigned, otherwise the two's complement
overrides the other fields when a PASID is present.

Fixes: 1b2b12376c8a ("intel-iommu: PASID support")
Signed-off-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
Reviewed-by: Yi Liu <yi.l.liu@intel.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Minwoo Im <minwoo.im@samsung.com>
Message-Id: <20240709142557.317271-2-clement.mathieu--drif@eviden.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit a3c8d7e38550c3d5a46e6fa94ffadfa625a4861d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/intel_iommu_internal.h