Re: [PATCH v2 3/6] migration: Add capability parsing to analyze-migration.py
Fabiano Rosas wrote: > The script is broken when the configuration/capabilities section is > present. Add support for parsing the capabilities so we can fix it in > the next patch. > > Signed-off-by: Fabiano Rosas Reviewed-by: Juan Quintela
[PATCH v2 3/6] migration: Add capability parsing to analyze-migration.py
The script is broken when the configuration/capabilities section is present. Add support for parsing the capabilities so we can fix it in the next patch. Signed-off-by: Fabiano Rosas --- scripts/analyze-migration.py | 38 1 file changed, 38 insertions(+) dif