[PATCH 0/5] tools/migration: Py3 fixes, and page type helpers

Andrew Cooper posted 5 patches 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210705191027.15107-1-andrew.cooper3@citrix.com
tools/libs/guest/xg_sr_common.h            | 85 ++++++++++++++++++++++++++++++
tools/libs/guest/xg_sr_restore.c           | 38 +++----------
tools/libs/guest/xg_sr_save.c              | 18 +++----
tools/python/scripts/convert-legacy-stream |  8 +--
4 files changed, 102 insertions(+), 47 deletions(-)
[PATCH 0/5] tools/migration: Py3 fixes, and page type helpers
Posted by Andrew Cooper 2 years, 9 months ago
FAOD, this is what I'm planning to push, unless anyone shouts urgently.

Olaf Hering (5):
  tools/python: handle libxl__physmap_info.name properly in convert-legacy-stream
  tools/python: fix Python3.4 TypeError in format string
  tools/migration: unify known page type checking
  tools/migration: unify type checking for data pfns in the VM
  tools/migration: unify type checking for data pfns in migration stream

 tools/libs/guest/xg_sr_common.h            | 85 ++++++++++++++++++++++++++++++
 tools/libs/guest/xg_sr_restore.c           | 38 +++----------
 tools/libs/guest/xg_sr_save.c              | 18 +++----
 tools/python/scripts/convert-legacy-stream |  8 +--
 4 files changed, 102 insertions(+), 47 deletions(-)

-- 
2.11.0


Re: [PATCH 0/5] tools/migration: Py3 fixes, and page type helpers
Posted by Olaf Hering 2 years, 9 months ago
Am Mon, 5 Jul 2021 20:10:22 +0100
schrieb Andrew Cooper <andrew.cooper3@citrix.com>:

>   tools/python: handle libxl__physmap_info.name properly in convert-legacy-stream
>   tools/python: fix Python3.4 TypeError in format string
>   tools/migration: unify known page type checking
>   tools/migration: unify type checking for data pfns in the VM
>   tools/migration: unify type checking for data pfns in migration stream

Tested-by: Olaf Hering <olaf@aepfle.de>


Olaf