Re: [Xen-devel] [PATCH 09/12] libxc/save: Write a v3 stream

2020-01-14 Thread Ian Jackson
Andrew Cooper writes ("[PATCH 09/12] libxc/save: Write a v3 stream"): > Introduce a new static_data() hook which is responsible for writing out > any static data records. The HVM side continues to be a no-op, while > the PV side moves write_x86_pv_info() into this earlier hook. The the > common

[Xen-devel] [PATCH 09/12] libxc/save: Write a v3 stream

2019-12-24 Thread Andrew Cooper
Introduce a new static_data() hook which is responsible for writing out any static data records. The HVM side continues to be a no-op, while the PV side moves write_x86_pv_info() into this earlier hook. The the common code writes out a STATIC_DATA_END record, and the stream version is bumped to