[Xen-devel] [PATCH 08/12] libxc/restore: Support v3 streams, and cope with v2 compatibilty

2020-01-14 Thread Ian Jackson
Andrew Cooper writes ("[PATCH 08/12] libxc/restore: Support v3 streams, and cope with v2 compatibilty"): > Introduce a static_data_complete() hook which is called when a > STATIC_DATA_END record is found (v3) or inferred (v2). > > Modify handle_page_data() and handle_x86_pv_p2m_frames() to infer

[Xen-devel] [PATCH 08/12] libxc/restore: Support v3 streams, and cope with v2 compatibilty

2019-12-24 Thread Andrew Cooper
Introduce a static_data_complete() hook which is called when a STATIC_DATA_END record is found (v3) or inferred (v2). Modify handle_page_data() and handle_x86_pv_p2m_frames() to infer the position in v2 streams. The implementation of x86_static_data_complete() needs to wait until more plumbing is