Re: [PATCH v2] migration: Add more error handling to analyze-migration.py

2025-01-03 Thread Peter Xu
On Fri, Jan 03, 2025 at 11:13:05AM -0300, Fabiano Rosas wrote: > The analyze-migration script was seen failing in s390x in misterious > ways. It seems we're reaching the VMSDFieldStruct constructor without > any fields, which would indicate an empty .subsection entry, a > VMSTATE_STRUCT with no fie

[PATCH v2] migration: Add more error handling to analyze-migration.py

2025-01-03 Thread Fabiano Rosas
The analyze-migration script was seen failing in s390x in misterious ways. It seems we're reaching the VMSDFieldStruct constructor without any fields, which would indicate an empty .subsection entry, a VMSTATE_STRUCT with no fields or a vmsd with no fields. We don't have any of those, at least not