diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-11-09 20:48:25 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:35 +0000 |
commit | 78e62f339c41e0a38cf0dd3acc5bde006cdb814f (patch) | |
tree | c54a9fea83ebb8a55e06d600b2c862da4d40b016 /system/xen/dom0 | |
parent | 4d4008a1a107e392643afec56448fea1dd6bcc9a (diff) | |
download | slackbuilds-78e62f339c41e0a38cf0dd3acc5bde006cdb814f.tar.gz |
system/xen: Updated for version 4.7.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/dom0')
-rw-r--r-- | system/xen/dom0/config-4.4.29-xen.i486 (renamed from system/xen/dom0/config-4.4.19-xen.i486) | 4 | ||||
-rw-r--r-- | system/xen/dom0/config-4.4.29-xen.x86_64 (renamed from system/xen/dom0/config-4.4.19-xen.x86_64) | 4 | ||||
-rw-r--r-- | system/xen/dom0/kernel-xen.sh | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/xen/dom0/config-4.4.19-xen.i486 b/system/xen/dom0/config-4.4.29-xen.i486 index b1014d4caf..3af4f7cd41 100644 --- a/system/xen/dom0/config-4.4.19-xen.i486 +++ b/system/xen/dom0/config-4.4.29-xen.i486 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.4.19 Kernel Configuration +# Linux/x86 4.4.29 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -379,7 +379,7 @@ CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_HYPERVISOR_GUEST=y CONFIG_PARAVIRT=y # CONFIG_PARAVIRT_DEBUG is not set -# CONFIG_PARAVIRT_SPINLOCKS is not set +CONFIG_PARAVIRT_SPINLOCKS=y CONFIG_XEN=y CONFIG_XEN_DOM0=y CONFIG_XEN_PVHVM=y diff --git a/system/xen/dom0/config-4.4.19-xen.x86_64 b/system/xen/dom0/config-4.4.29-xen.x86_64 index c9b1e20335..7b4e532ab2 100644 --- a/system/xen/dom0/config-4.4.19-xen.x86_64 +++ b/system/xen/dom0/config-4.4.29-xen.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.4.19 Kernel Configuration +# Linux/x86 4.4.29 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -390,7 +390,7 @@ CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_HYPERVISOR_GUEST=y CONFIG_PARAVIRT=y # CONFIG_PARAVIRT_DEBUG is not set -# CONFIG_PARAVIRT_SPINLOCKS is not set +CONFIG_PARAVIRT_SPINLOCKS=y CONFIG_XEN=y CONFIG_XEN_DOM0=y CONFIG_XEN_PVHVM=y diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh index afc6a67482..b84513786e 100644 --- a/system/xen/dom0/kernel-xen.sh +++ b/system/xen/dom0/kernel-xen.sh @@ -5,8 +5,8 @@ # Written by Chris Abela <chris.abela@maltats.com>, 20100515 # Modified by Mario Preksavec <mario@slackware.hr> -KERNEL=${KERNEL:-4.4.19} -XEN=${XEN:-4.7.0} +KERNEL=${KERNEL:-4.4.29} +XEN=${XEN:-4.7.1} BOOTLOADER=${BOOTLOADER:-lilo} ROOTMOD=${ROOTMOD:-ext4} |