From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v9 05/15] tools/libxc: noarch common code Date: Wed, 15 Apr 2015 12:00:54 +0100 Message-ID: <1429095654.15516.199.camel@citrix.com> References: <1428686167-8279-1-git-send-email-andrew.cooper3@citrix.com> <1428686167-8279-6-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428686167-8279-6-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Wei Liu , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-04-10 at 18:15 +0100, Andrew Cooper wrote: > Add the context structure used to keep state during the save/restore > process. > > Define the set of architecture or domain type specific operations with a > set of callbacks (save_ops, and restore_ops). > > Add common functions for writing records. > > Signed-off-by: Andrew Cooper > CC: Ian Campbell > CC: Ian Jackson > CC: Wei Liu This is, AFAICT, unmodified from the version I commented on in <1410432742.6166.81.camel@kazak.uk.xensource.com>. My conditional ack from their still stands. Ian.