]> xenbits.xensource.com Git - xen.git/commit
vPCI: fix MSI-X PBA read/write gprintk()s
authorJan Beulich <jbeulich@suse.com>
Thu, 7 Apr 2022 16:01:24 +0000 (18:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Apr 2022 16:01:24 +0000 (18:01 +0200)
commitd3f61beea4255e2d86ae82303384c57a3262435e
tree69cce0b9415108ef10b1d83431823d1a1125866f
parent15a0578ca4b02c8daf8d36c94e5955cfc5885424
vPCI: fix MSI-X PBA read/write gprintk()s

%pp wants the address of an SBDF, not that of a PCI device.

Fixes: b4f211606011 ("vpci/msix: fix PBA accesses")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/drivers/vpci/msix.c