mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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:
parent
60770f4629
commit
2ee40027e5
13
tools/packaging/kernel/configs/fragments/s390/vfio-ap.conf
Normal file
13
tools/packaging/kernel/configs/fragments/s390/vfio-ap.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user