Re: [Xen-devel] [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams

2015-05-11 Thread Andrew Cooper
On 11/05/15 12:36, Ian Campbell wrote: On Fri, 2015-05-08 at 22:14 +0100, Andrew Cooper wrote: There are some records which should only be sent once in the stream, and not repeated for each checkpoint. {start,end}_of_stream() become per-checkpoint, and a new start_of_stream() is introduced.

Re: [Xen-devel] [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams

2015-05-11 Thread Andrew Cooper
On 11/05/15 13:05, Ian Campbell wrote: On Mon, 2015-05-11 at 12:56 +0100, Andrew Cooper wrote: On 11/05/15 12:36, Ian Campbell wrote: On Fri, 2015-05-08 at 22:14 +0100, Andrew Cooper wrote: There are some records which should only be sent once in the stream, and not repeated for each

Re: [Xen-devel] [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams

2015-05-11 Thread Ian Campbell
On Mon, 2015-05-11 at 12:56 +0100, Andrew Cooper wrote: On 11/05/15 12:36, Ian Campbell wrote: On Fri, 2015-05-08 at 22:14 +0100, Andrew Cooper wrote: There are some records which should only be sent once in the stream, and not repeated for each checkpoint. {start,end}_of_stream()

Re: [Xen-devel] [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams

2015-05-11 Thread Ian Campbell
On Fri, 2015-05-08 at 22:14 +0100, Andrew Cooper wrote: There are some records which should only be sent once in the stream, and not repeated for each checkpoint. {start,end}_of_stream() become per-checkpoint, and a new start_of_stream() is introduced. There is no resulting change record

[Xen-devel] [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams

2015-05-08 Thread Andrew Cooper
There are some records which should only be sent once in the stream, and not repeated for each checkpoint. {start,end}_of_stream() become per-checkpoint, and a new start_of_stream() is introduced. There is no resulting change record order, but the X86_PV_INFO and X86_PV_P2M_FRAMES records are