Re: [Xen-devel] [PATCH v3 2/3] tools/libxc: add API for bitmap access for restore

2017-08-25 Thread Wei Liu
On Thu, Aug 24, 2017 at 12:14:42PM +0200, Olaf Hering wrote: > Extend API for managing bitmaps. Each bitmap is now represented by a > generic struct xc_sr_bitmap. > Switch the existing populated_pfns to this API. > > Signed-off-by: Olaf Hering Acked-by: Wei Liu

[Xen-devel] [PATCH v3 2/3] tools/libxc: add API for bitmap access for restore

2017-08-24 Thread Olaf Hering
Extend API for managing bitmaps. Each bitmap is now represented by a generic struct xc_sr_bitmap. Switch the existing populated_pfns to this API. Signed-off-by: Olaf Hering --- tools/libxc/xc_sr_common.c | 41 +++ tools/libxc/xc_sr_common.h | 68