Disable Xen balloon memory hotplug support (rhbz 744408)

This commit is contained in:
Josh Boyer 2011-10-11 08:45:11 -04:00
parent 220cb1c7cb
commit b2efe0138e
2 changed files with 5 additions and 2 deletions

View File

@ -80,7 +80,7 @@ CONFIG_SGI_GRU=m
# CONFIG_VIDEO_CAFE_CCIC is not set # CONFIG_VIDEO_CAFE_CCIC is not set
CONFIG_XEN_MAX_DOMAIN_MEMORY=32 CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y # CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set
CONFIG_XEN_DEV_EVTCHN=m CONFIG_XEN_DEV_EVTCHN=m
CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_SYS_HYPERVISOR=y

View File

@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so # For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3 # for example a 3 here will become 0.3
# #
%global baserelease 1 %global baserelease 2
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2059,6 +2059,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Tue Oct 11 2011 Josh Boyer <jwboyer@redhat.com>
- Disable CONFIG_XEN_BALLOON_MEMORY_HOTPLUG (rhbz 744408)
* Thu Oct 06 2011 Josh Boyer <jwboyer@redhat.com> * Thu Oct 06 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix base frequency check for Ricoh e823 devices (rhbz 722509) - Add patch to fix base frequency check for Ricoh e823 devices (rhbz 722509)