s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY
authorMatthew Rosato <mjrosato@linux.ibm.com>
Thu, 10 Sep 2020 14:59:56 +0000 (10:59 -0400)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 22 Sep 2020 16:52:00 +0000 (10:52 -0600)
commit08b6e22b850c28b6032da1e4d767a33116e23dfb
tree965805f38f1a3d2d4691b0ad78831296aaf02a64
parent12856e7acde4702b7c3238c15fcba86ff6aa507f
s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY

For s390 we can have VFs that are passed-through without the associated
PF. Firmware provides an emulation layer to allow these devices to
operate independently, but is missing emulation of the Memory Space
Enable bit.  For these as well as linked VFs, set no_command_memory
which specifies these devices do not implement PCI_COMMAND_MEMORY.

Fixes: abafbc551fdd ("vfio-pci: Invalidate mmaps and block MMIO access on disabled memory")
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com>
Reviewed-by: Pierre Morel <pmorel@linux.ibm.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
arch/s390/pci/pci_bus.c