WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Fast checkpoints with COW VM memory

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Fast checkpoints with COW VM memory
From: "Mike Sun" <msun@xxxxxxxxxx>
Date: Wed, 5 Dec 2007 14:59:50 -0500
Delivery-date: Wed, 05 Dec 2007 12:00:24 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=c8LfbxsfGgFeF9dQFc7vq4/oZdn7Ks9sa90zDF0x6ys=; b=VM2DdQCyRDem9xLAK2KemKPDy0AD6af4ZXjQpwbaNFvwaDcHQP55mQvWY1LUTDPC5udEyhAQyvVulOfYhkyBhW7+dkxh3GuznUZAZcSj+7dkUhwJm6AjG3QGcBnn/0cxSClmuqL3mWZ99FP9e67YJhNQhtdg0FwXp/UbXA8PZJk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ASFZQ/0jZH4bCzzum2r26upcK7tpsL/0dmoyNq1Kqu+/XtSa72BYe9p0ENMxKrAkRGnK69UQG+R7vzChHgkPvMJM27JTBXks1mdcTuXcEIqoMcrQL2uGYsxbh3G2vl2/dWlnSTIiV+XgP35lgqB0cRKhNkJmbPTqd5vSfpLxc9E=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi --

According to the Xen Roadmap for 2006, there was talk of copy-on-write
functionality that could be developed easily from the
save/restore/migration code to enable features such as fast
checkpoints or even VM forks.  Has there been any progress on such
work?  Our research work would be highly interested in something to
this effect, and could contribute to the effort if it's still in
progress.

Thanks,
Mike Sun

Xen Roadmap 2006
"The save/restore/relocate in Xen provides almost all we need to be
able to take copy-on-write snapshots of VM's memory, to be used for
rollback or to checkpoint long running jobs (if the guest is
communicating with other machines then the wider effect of such a
rollback must be considered). To be able to support checkpoints, we
need to extend the tools to coordinate snapshotting of virtual disks
with taking the execution state snapshot. As well as enabling such
checkpoints to be initiated from the control tools, perhaps providing
the ability to trigger them from within the guest would be useful too.
A natural progression from supporting checkpointing would be to enable
"VM forking". Rather than creating a read-only checkpoint, the VM
effectively becomes cloned, running in a different domain, writing to
a CoW snapshot of the disk."

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>