diff options
Diffstat (limited to '0001-update-Xen-version-to-4.16.4-pre.patch')
-rw-r--r-- | 0001-update-Xen-version-to-4.16.4-pre.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-update-Xen-version-to-4.16.4-pre.patch b/0001-update-Xen-version-to-4.16.4-pre.patch new file mode 100644 index 0000000..961358a --- /dev/null +++ b/0001-update-Xen-version-to-4.16.4-pre.patch @@ -0,0 +1,25 @@ +From e3396cd8be5ee99d363a23f30c680e42fb2757bd Mon Sep 17 00:00:00 2001 +From: Jan Beulich <jbeulich@suse.com> +Date: Tue, 20 Dec 2022 13:50:16 +0100 +Subject: [PATCH 01/61] update Xen version to 4.16.4-pre + +--- + xen/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/xen/Makefile b/xen/Makefile +index 06dde1e03c..67c5551ffd 100644 +--- a/xen/Makefile ++++ b/xen/Makefile +@@ -2,7 +2,7 @@ + # All other places this is stored (eg. compile.h) should be autogenerated. + export XEN_VERSION = 4 + export XEN_SUBVERSION = 16 +-export XEN_EXTRAVERSION ?= .3$(XEN_VENDORVERSION) ++export XEN_EXTRAVERSION ?= .4-pre$(XEN_VENDORVERSION) + export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) + -include xen-version + +-- +2.40.0 + |