Re: [PATCH 0/6] Parse back some legacy backing store strings

2020-03-20 Thread Michal Prívozník
On 19. 3. 2020 20:35, Peter Krempa wrote: > See patch 4 for code and 6 for what we try to parse back. > > Peter Krempa (6): > virBitmapNewEmpty: Use g_new0 to allocate and remove error checking > virJSONValueObjectDeflattenWorker: Refactor cleanup > util: json: Extract deflattening of keys

[PATCH 0/6] Parse back some legacy backing store strings

2020-03-19 Thread Peter Krempa
See patch 4 for code and 6 for what we try to parse back. Peter Krempa (6): virBitmapNewEmpty: Use g_new0 to allocate and remove error checking virJSONValueObjectDeflattenWorker: Refactor cleanup util: json: Extract deflattening of keys into a separate function virjson: Deflatten arrays