Skip to content

Commit

Permalink
Increase the HVT/SPT ABI version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dinosaure and hannesm committed Apr 25, 2023
1 parent 2f3ed19 commit 806d40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/hvt_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/spt_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 806d40a

Please sign in to comment.