From a83a6fcc61e482d1a3305456a14b14f0955c0918 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Tue, 25 Apr 2023 16:52:55 +0200 Subject: [PATCH] Increase the HVT/SPT ABI version According to #542 & #546, we change the memory layout of unikernels (and added sections needed for the TLS support). We must assert an incompatibility between solo5.0.7.* and solo5.0.8.0 and be sure that old tenders will not be used with new built unikernels. Co-authored-by: Hannes Mehnert --- include/hvt_abi.h | 2 +- include/spt_abi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hvt_abi.h b/include/hvt_abi.h index 52111b82..bc5f035d 100644 --- a/include/hvt_abi.h +++ b/include/hvt_abi.h @@ -41,7 +41,7 @@ * in this file. */ -#define HVT_ABI_VERSION 1 +#define HVT_ABI_VERSION 2 /* * Lowest virtual address at which guests can be loaded. diff --git a/include/spt_abi.h b/include/spt_abi.h index 2a391002..1d08e5be 100644 --- a/include/spt_abi.h +++ b/include/spt_abi.h @@ -38,7 +38,7 @@ * in this file. */ -#define SPT_ABI_VERSION 1 +#define SPT_ABI_VERSION 2 /* * Lowest virtual address at which guests can be loaded.