From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v2 2/6] libxc/restore: Bail if unknown options are found Date: Mon, 11 May 2015 11:44:56 +0100 Message-ID: <55508828.9000209@citrix.com> References: <1431119675-23847-1-git-send-email-andrew.cooper3@citrix.com> <1431119675-23847-3-git-send-email-andrew.cooper3@citrix.com> <55507519.3010002@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55507519.3010002@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel , Andrew Cooper , Xen-devel Cc: Ian Jackson , Yang Hongyang , Wei Liu , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 11/05/15 10:23, David Vrabel wrote: > > The image header provides information about the format of the image. I > suppose one could make an argument that an checkpointed stream is an > infinite stream vs finite, but I think a CHECKPOINT_ENABLE record might > be better? Sorry, this was supposed to be a reply to patch #5 which added the "checkpointed" bit to the image header. David