mbox series

[for-4.17,v3,0/2] (v)pci: fixes related to memory decoding handling

Message ID 20221027132315.80592-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series (v)pci: fixes related to memory decoding handling | expand

Message

Roger Pau Monne Oct. 27, 2022, 1:23 p.m. UTC
Hello,

Just two patches left, but likely the ones with more meat in them.

Previous series was release-acked by Henry, but I haven't kept the acks
in case there's delay in getting them reviewed at which point the
release-ack would expire.

Thanks, Roger.

Roger Pau Monne (2):
  pci: do not disable memory decoding for devices
  vpci: refuse BAR writes only if the BAR is mapped

 xen/drivers/passthrough/pci.c | 69 -----------------------------------
 xen/drivers/vpci/header.c     | 44 ++++++++++++++++------
 xen/include/xen/vpci.h        |  6 +++
 3 files changed, 39 insertions(+), 80 deletions(-)