Enable VFIO (rhbz 867152)

This commit is contained in:
Josh Boyer 2012-10-18 08:39:41 -04:00
parent df409ec92f
commit 2cf66fac5e
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2322,6 +2322,7 @@ fi
# '-'
%changelog
* Thu Oct 18 2012 Josh Boyer <jwboyer@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)