[kernel/f17] Enable VFIO (rhbz 867152)

Josh Boyer jwboyer at fedoraproject.org
Thu Oct 18 12:42:31 UTC 2012


commit 2cf66fac5e6fe27460f37e334e0247ebbc52d61b
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Thu Oct 18 08:39:41 2012 -0400

    Enable VFIO (rhbz 867152)

 config-generic |    4 +++-
 kernel.spec    |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 0e5b3b9..a0cff41 100644
--- a/config-generic
+++ b/config-generic
@@ -4178,7 +4178,9 @@ CONFIG_UIO_SERCOS3=m
 CONFIG_UIO_PCI_GENERIC=m
 # CONFIG_UIO_NETX is not set
 
-# CONFIG_VFIO is not set
+CONFIG_VFIO=m
+CONFIG_VFIO_IOMMU_TYPE1=m
+CONFIG_VFIO_PCI=m
 
 
 # LIRC
diff --git a/kernel.spec b/kernel.spec
index 3a27257..89a5979 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2322,6 +2322,7 @@ fi
 #              '-'
 %changelog
 * Thu Oct 18 2012 Josh Boyer <jwboyer at redhat.com>
+- Enable VFIO (rhbz 867152)
 - Apply patch from Stanislaw Gruszka to fix mac80211 issue (rhbz 862168)
 - Apply patch to fix iwlwifi crash (rhbz 770484)
 


More information about the scm-commits mailing list