summaryrefslogtreecommitdiffstats
path: root/system/xen/dom0
diff options
context:
space:
mode:
author Mario Preksavec2020-04-15 14:52:28 +0200
committer Willy Sudiarto Raharjo2020-04-19 05:52:33 +0200
commit08a409483ce6acd12bfb884dac0d0603cc85ce28 (patch)
treee822a4e5f46a8ab9768224bdf2f97ed28b625e4e /system/xen/dom0
parentbddbdfdccbc87f272fd604ef992b4df2f6e71f45 (diff)
downloadslackbuilds-08a409483ce6acd12bfb884dac0d0603cc85ce28.tar.gz
system/xen: Updated for version 4.13.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xen/dom0')
-rw-r--r--system/xen/dom0/README.dom02
-rw-r--r--system/xen/dom0/config-4.4.217-xen.i686 (renamed from system/xen/dom0/config-4.4.202-xen.i686)3
-rw-r--r--system/xen/dom0/config-4.4.217-xen.x86_64 (renamed from system/xen/dom0/config-4.4.202-xen.x86_64)3
-rw-r--r--system/xen/dom0/kernel-xen.sh4
4 files changed, 7 insertions, 5 deletions
diff --git a/system/xen/dom0/README.dom0 b/system/xen/dom0/README.dom0
index 728e3bae79..f798e2ddc7 100644
--- a/system/xen/dom0/README.dom0
+++ b/system/xen/dom0/README.dom0
@@ -46,7 +46,7 @@ Xen EFI binary.
To make things a bit easier, a copy of Xen EFI binary can be found here:
- http://slackware.hr/~mario/xen/xen-4.12.1.efi.gz
+ http://slackware.hr/~mario/xen/xen-4.13.0.efi.gz
If an automatic boot to Xen kernel is desired, the binary should be renamed and
copied to the following location: /boot/efi/EFI/BOOT/bootx64.efi
diff --git a/system/xen/dom0/config-4.4.202-xen.i686 b/system/xen/dom0/config-4.4.217-xen.i686
index b31c558e37..d60d6d7425 100644
--- a/system/xen/dom0/config-4.4.202-xen.i686
+++ b/system/xen/dom0/config-4.4.217-xen.i686
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.202 Kernel Configuration
+# Linux/x86 4.4.217 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -7113,6 +7113,7 @@ CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
+# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
diff --git a/system/xen/dom0/config-4.4.202-xen.x86_64 b/system/xen/dom0/config-4.4.217-xen.x86_64
index f81a31b9ab..df9403f2df 100644
--- a/system/xen/dom0/config-4.4.202-xen.x86_64
+++ b/system/xen/dom0/config-4.4.217-xen.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.202 Kernel Configuration
+# Linux/x86 4.4.217 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -6925,6 +6925,7 @@ CONFIG_DOUBLEFAULT=y
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
+# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh
index 7228dcc541..483d6460c2 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.202}
-XEN=${XEN:-4.12.1}
+KERNEL=${KERNEL:-4.4.217}
+XEN=${XEN:-4.13.0}
BOOTLOADER=${BOOTLOADER:-lilo}
ROOTMOD=${ROOTMOD:-ext4}