[kernel/f18] Enable VFIO (rhbz 867152)

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


commit 023c26f5184cb66b0e5ff14663a772b18f65cad2
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 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 009989e..2fece53 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2334,6 +2334,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