[PATCH 0/2] analyze-migration.py: trivial fixes

Laurent Vivier posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211015131645.501281-1-lvivier@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
scripts/analyze-migration.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] analyze-migration.py: trivial fixes
Posted by Laurent Vivier 2 years, 6 months ago
This script is not used a lot but it helps to debug migration,
so it's annoying when we need it and it doesn't work...

The first patch fix an error message that is erroneous and thus
doesn't help at all.

The second fixes a problem introduced by python3 and preventing
to run the extract mode.

Laurent Vivier (2):
  analyze-migration.py: fix a long standing typo
  analyze-migration.py: fix extract contents ('-x') errors

 scripts/analyze-migration.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.31.1



Re: [PATCH 0/2] analyze-migration.py: trivial fixes
Posted by Laurent Vivier 2 years, 6 months ago
Le 15/10/2021 à 15:16, Laurent Vivier a écrit :
> This script is not used a lot but it helps to debug migration,
> so it's annoying when we need it and it doesn't work...
> 
> The first patch fix an error message that is erroneous and thus
> doesn't help at all.
> 
> The second fixes a problem introduced by python3 and preventing
> to run the extract mode.
> 
> Laurent Vivier (2):
>   analyze-migration.py: fix a long standing typo
>   analyze-migration.py: fix extract contents ('-x') errors
> 
>  scripts/analyze-migration.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 


Applied to my trivial-patches branch.

Thanks,
Laurent