From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v5 RFC 13/14] tools/libxc: noarch save code Date: Tue, 17 Jun 2014 17:38:10 +0100 Message-ID: <53A06EF2.2090900@citrix.com> References: <1402510482-21099-1-git-send-email-andrew.cooper3@citrix.com> <1402510482-21099-14-git-send-email-andrew.cooper3@citrix.com> <53997FF8.7070005@citrix.com> <1403022497.25771.23.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403022497.25771.23.camel@kazak.uk.xensource.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: Ian Campbell , David Vrabel Cc: Andrew Cooper , Frediano Ziglio , Xen-devel List-Id: xen-devel@lists.xenproject.org On 17/06/14 17:28, Ian Campbell wrote: > On Thu, 2014-06-12 at 11:24 +0100, David Vrabel 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. > > It doesn't do "dead" migrate at all? No, but I think it would be trivial to add. Do you think it is necessary? David