On 12/02/2016 11:17 AM, Jan Kiszka wrote: > On 2016-12-02 09:27, Jan Kiszka wrote: >> On 2016-11-30 13:20, Jan Kiszka wrote: >>> On 2016-11-30 12:31, Ralf Ramsauer wrote: >>>> 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 >>>> >>> >>> Right, forgot this. I'll put this right after the last change to the >>> config format in the current next queue. >> >> Done, right after "core: always built-in all available debug output >> drivers". I didn't merge the other 4 patches yet, rather waiting for an >> update. > > Had to tweak this: Increasing the revision also means checking and > updating tools/jailhouse-cell-linux. In this case, the changes had no > other impact on the latter. Ah, right, it's hardcoded in the python code, sorry forgot that...
Would be so nice if we were able to parse those C structures in python without duplicating their definition and the need to always keep them in sync... Ralf > > Jan > -- 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.
