mbox series

[v2,0/2] vpci/msix: fix PBA acceses

Message ID 20220225153956.1078-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series vpci/msix: fix PBA acceses | expand

Message

Roger Pau Monné Feb. 25, 2022, 3:39 p.m. UTC
Hello,

First patch is just a preparatory non-functional change to reduce
indentation. Second patch is the one that actually fixes access to the
PBA.

Thanks, Roger.

Roger Pau Monne (2):
  vpci/msix: reduce indentation in msix_write PBA handling
  vpci/msix: fix PBA accesses

 xen/drivers/vpci/msix.c | 78 ++++++++++++++++++++++++++++++++---------
 xen/drivers/vpci/vpci.c |  2 ++
 xen/include/xen/vpci.h  |  2 ++
 3 files changed, 66 insertions(+), 16 deletions(-)