We introduced the new struct jailhouse_debug_console that changes the structure and semantics of config files.
Signed-off-by: Ralf Ramsauer <[email protected]> --- hypervisor/include/jailhouse/cell-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/include/jailhouse/cell-config.h b/hypervisor/include/jailhouse/cell-config.h index e839b272707e..fcc33879a31e 100644 --- a/hypervisor/include/jailhouse/cell-config.h +++ b/hypervisor/include/jailhouse/cell-config.h @@ -40,7 +40,7 @@ #define _JAILHOUSE_CELL_CONFIG_H /* Incremented on any layout or semantic change of system or cell config. */ -#define JAILHOUSE_CONFIG_REVISION 1 +#define JAILHOUSE_CONFIG_REVISION 2 #define JAILHOUSE_CELL_NAME_MAXLEN 31 -- 2.11.0.rc2 -- 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.
