Enable XEN_PVN support (rhbz 1211904)

This commit is contained in:
Laura Abbott 2015-12-17 11:00:19 -08:00
parent 169a869e80
commit 4f1a5f75b5
2 changed files with 4 additions and 1 deletions

View File

@ -136,7 +136,7 @@ CONFIG_XEN_DEV_EVTCHN=m
CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_SYS_HYPERVISOR=y
# CONFIG_XEN_MCE_LOG is not set # CONFIG_XEN_MCE_LOG is not set
# CONFIG_XEN_STUB is not set # CONFIG_XEN_STUB is not set
# CONFIG_XEN_PVH is not set CONFIG_XEN_PVH=y
CONFIG_XEN_512GB=y CONFIG_XEN_512GB=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y CONFIG_PROVIDE_OHCI1394_DMA_INIT=y

View File

@ -2071,6 +2071,9 @@ fi
# #
# #
%changelog %changelog
* Thu Dec 17 2015 Laura Abbott <labbott@redhat.com>
- Enable XEN_PVN support (rhbz 1211904)
* Thu Dec 17 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc5.git2.1 * Thu Dec 17 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc5.git2.1
- Linux v4.4-rc5-25-ga5e90b1 - Linux v4.4-rc5-25-ga5e90b1
- Reenable debugging options. - Reenable debugging options.