Enable save/restore and memory ballooning in Xen packages.

Move debian/patches/features/xen-x86.patch to
debian/patches/features/all/xen/tip-x86.patch near other Xen patches.

svn path=/dists/trunk/linux-2.6/; revision=11821
This commit is contained in:
Ian Campbell 2008-07-13 07:30:32 +00:00
parent 4329d2384a
commit be0755aac8
4 changed files with 10 additions and 2 deletions

1
debian/changelog vendored
View File

@ -100,6 +100,7 @@ linux-2.6 (2.6.26~rc9-1~experimental.1) UNRELEASED; urgency=low
[ Ian Campbell ]
* Readme.build updated on how to generate orig tarballs.
* Forward port vmlinuz-target.patch.
* Enable save/restore and memory ballooning in Xen packages.
[ Bastian Blank ]
* [powerpc/powerpc-miboot] Disable. (closes: #481358)

View File

@ -5,7 +5,14 @@ CONFIG_HVC_XEN=y
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_VMI is not set
# CONFIG_PM is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
# CONFIG_APM is not set
# CONFIG_CPU_FREQ is not set
# CONFIG_PCI is not set
# CONFIG_ISA is not set

View File

@ -7,4 +7,4 @@
+ features/all/xen/xenctrl-privcmd.patch featureset=xen
+ features/all/xen/xenctrl-xenbus.patch featureset=xen
+ features/all/xen/xenctrl-sys-hypervisor.patch featureset=xen
#+ features/xen-x86.patch featureset=xen
+ features/all/xen/tip-x86.patch featureset=xen