From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Cully Subject: [PATCH 0 of 8] Teach xm save to checkpoint a running domain Date: Thu, 11 Jan 2007 17:26:55 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Here's version 2 of the checkpointing code, incorporating some of Keir's feedback on version 1. It adds a -c flag to xm save that indicates that the parent domain should continue running after the checkpoint has been taken. The checkpoint path is much more like the regular suspend path in this version of the patch series.