Re: [PATCH 6/8] IOMMU: log appropriate SBDF

2022-04-12 Thread Jan Beulich
On 12.04.2022 12:05, Roger Pau Monné wrote: > On Mon, Apr 11, 2022 at 11:38:28AM +0200, Jan Beulich wrote: >> To handle phantom devices, several functions are passed separate "devfn" >> arguments besides a PCI device. In such cases we want to log the phantom >> device's coordinates instead of the m

Re: [PATCH 6/8] IOMMU: log appropriate SBDF

2022-04-12 Thread Roger Pau Monné
On Mon, Apr 11, 2022 at 11:38:28AM +0200, Jan Beulich wrote: > To handle phantom devices, several functions are passed separate "devfn" > arguments besides a PCI device. In such cases we want to log the phantom > device's coordinates instead of the main one's. (Note that not all of > the instances

[PATCH 6/8] IOMMU: log appropriate SBDF

2022-04-11 Thread Jan Beulich
To handle phantom devices, several functions are passed separate "devfn" arguments besides a PCI device. In such cases we want to log the phantom device's coordinates instead of the main one's. (Note that not all of the instances being changed are fallout from the referenced commit.) Fixes: 1ee144