packaging: Add VFIO-AP fragment for s390x

Add vfio-ap.conf to the s390 kernel config fragments, which includes
the necessary flags for passing an IBM Adjunct Processor (AP) device
over VFIO.

Fixes: #567

Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
Reviewed-by: alicefr <afrosi@redhat.com>
This commit is contained in:
Jakob-Naucke 2020-08-25 17:10:35 +02:00
parent 60770f4629
commit 2ee40027e5
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7

View File

@ -0,0 +1,13 @@
# see https://www.kernel.org/doc/html/latest/s390/vfio-ap.html for more information
# VFIO support for AP devices
CONFIG_VFIO_AP=y
CONFIG_VFIO_IOMMU_TYPE1=y
# VFIO Non-Privileged userspace driver framework
CONFIG_VFIO=y
# Mediated device driver framework
CONFIG_VFIO_MDEV=y
# VFIO driver for Mediated devices
CONFIG_VFIO_MDEV_DEVICE=y
# S390 AP IOMMU Support
CONFIG_S390_AP_IOMMU=y