From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v9 12/15] tools/libxc: noarch save code Date: Wed, 15 Apr 2015 12:34:50 +0100 Message-ID: <1429097690.15516.217.camel@citrix.com> References: <1428686167-8279-1-git-send-email-andrew.cooper3@citrix.com> <1428686167-8279-13-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-13-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:16 +0100, Andrew Cooper wrote: > Save a domain, calling domain type specific function at the appropriate > points. This implements the xc_domain_save2() API function which is > equivalent to the existing xc_domain_save(). > > This writes the image and domain headers, and writes all the PAGE_DATA records > using a "live" process. > > Signed-off-by: Andrew Cooper I think most people would describe noarch code as "generic" or "common", but otherwise: Acked-by: Ian Campbell