We changed the ABI of the comm_region, so increase the ABI revision. Signed-off-by: Ralf Ramsauer <[email protected]> --- include/jailhouse/hypercall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/jailhouse/hypercall.h b/include/jailhouse/hypercall.h index c813c47e..100d0606 100644 --- a/include/jailhouse/hypercall.h +++ b/include/jailhouse/hypercall.h @@ -92,7 +92,7 @@ #define JAILHOUSE_CELL_FAILED 3 /* terminal state */ #define JAILHOUSE_CELL_FAILED_COMM_REV 4 /* terminal state */ -#define COMM_REGION_ABI_REVISION 0 +#define COMM_REGION_ABI_REVISION 1 #define COMM_REGION_MAGIC "JHCOMM" #define COMM_REGION_GENERIC_HEADER \ -- 2.17.0 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
