Re: [PATCH v3 03/14] migration: Initial support of fixed-ram feature for analyze-migration.py

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:03PM +0300, Nikolay Borisov wrote: > In order to allow analyze-migration.py script to work with migration > streams that have the 'fixed-ram' capability set it's required to have > access to the stream's configuration object. This commit enables this > by making

[PATCH v3 03/14] migration: Initial support of fixed-ram feature for analyze-migration.py

2022-10-28 Thread Nikolay Borisov
In order to allow analyze-migration.py script to work with migration streams that have the 'fixed-ram' capability set it's required to have access to the stream's configuration object. This commit enables this by making migration json writer part of MigrationState struct, allowing the