K 10 svn:author V 3 avg K 8 svn:date V 27 2017-12-04T17:10:52.026043Z K 7 svn:log V 376 amd-vi: set iommu msi configuration using pci_enable_msi method This is better than directly changing PCI configuration space of the device because it makes the PCI bus aware of the configuration. Also, the change allows to drop a bunch of code that duplicated pci_enable_msi() functionality. I wonder if it's possible to further simplify the code by using pci_alloc_msi(). END