Enable VFIO (rhbz 867152)

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

View File

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

View File

@ -2334,6 +2334,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)