Re: [PATCH v20210601 10/38] tools/guest: save: move batch_pfns

2021-06-02 Thread Juergen Gross
On 01.06.21 18:10, Olaf Hering wrote: The batch_pfns array is already allocated in advance. Move it into the preallocated area. Signed-off-by: Olaf Hering Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key OpenPGP_signature Description: Op

[PATCH v20210601 10/38] tools/guest: save: move batch_pfns

2021-06-01 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/saverestore/common.h | 2 +- tools/libs/saverestore/save.c | 25 +++-- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/tools