On 18.03.2025 09:47, Roger Pau Monne wrote: > After 8e60d47cf011 writes from __setup_msi_irq() will no longer be > propagated to the MSI registers if the IOMMU IRTE was already allocated. > Given the purpose of __setup_msi_irq() is MSI initialization, always > propagate the write to the hardware, regardless of whether the IRTE was > already allocated. > > No functional change expected, as the write should always be propagated in > __setup_msi_irq(), but make it explicit on the write_msi_msg() call. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>