Re: [PATCH v20210111 15/39] tools/guest: save: move batch_pfns

2021-02-08 Thread Ian Jackson
Olaf Hering writes ("[PATCH v20210111 15/39] tools/guest: save: move batch_pfns"): > The batch_pfns array is already allocated in advance. > Move it into the preallocated area. I think these patche really need a review from someone who understands the migration code. Id

[PATCH v20210111 15/39] tools/guest: save: move batch_pfns

2021-01-11 Thread Olaf Hering
The batch_pfns array is already allocated in advance. Move it into the preallocated area. Signed-off-by: Olaf Hering --- tools/libs/guest/xg_sr_common.h | 2 +- tools/libs/guest/xg_sr_save.c | 25 +++-- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/tools