summaryrefslogtreecommitdiffstats
path: root/system/xen/dom0
diff options
context:
space:
mode:
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.sh4
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}