[kernel] Enable VFIO (rhbz 867152)

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


commit d71010a200aeb4262e8f97dd645d82f1931422d0
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    |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index c7a03cf..8fca0dc 100644
--- a/config-generic
+++ b/config-generic
@@ -4159,7 +4159,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 f54b2c3..1e9ada3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2311,6 +2311,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Oct 18 2012 Josh Boyer <jwboyer at redhat.com>
+- Enable VFIO (rhbz 867152)
+
 * Wed Oct 17 2012 Justin M. Forbes <jforbes at redhat.com> - 3.7.0-0.rc1.git1.1
 - Linux v3.7-rc1-78-g8d2b6b3
 


More information about the scm-commits mailing list