Re: [PATCH v2 5/6] migration: Fix analyze-migration read operation signedness

2023-10-11 Thread Juan Quintela
Fabiano Rosas wrote: > The migration code uses unsigned values for 16, 32 and 64-bit > operations. Fix the script to do the same. > > This was causing an issue when parsing the migration stream generated > on the ppc64 target because one of instance_ids was larger than the > 32bit signed maximum:

[PATCH v2 5/6] migration: Fix analyze-migration read operation signedness

2023-10-09 Thread Fabiano Rosas
The migration code uses unsigned values for 16, 32 and 64-bit operations. Fix the script to do the same. This was causing an issue when parsing the migration stream generated on the ppc64 target because one of instance_ids was larger than the 32bit signed maximum: Traceback (most recent call