Re: [PATCH v2 1/6] migration: Add the configuration vmstate to the json writer

2023-10-11 Thread Fabiano Rosas
Juan Quintela writes: > Fabiano Rosas wrote: >> From: Nikolay Borisov >> >> Make the migration json writer part of MigrationState struct, allowing >> the 'configuration' object be serialized to json. >> >> This will facilitate the parsing of the 'configuration' object in the >> next patch that

Re: [PATCH v2 1/6] migration: Add the configuration vmstate to the json writer

2023-10-11 Thread Juan Quintela
Fabiano Rosas wrote: > From: Nikolay Borisov > > Make the migration json writer part of MigrationState struct, allowing > the 'configuration' object be serialized to json. > > This will facilitate the parsing of the 'configuration' object in the > next patch that fixes analyze-migration.py for

[PATCH v2 1/6] migration: Add the configuration vmstate to the json writer

2023-10-09 Thread Fabiano Rosas
From: Nikolay Borisov Make the migration json writer part of MigrationState struct, allowing the 'configuration' object be serialized to json. This will facilitate the parsing of the 'configuration' object in the next patch that fixes analyze-migration.py for arm. Signed-off-by: Nikolay