From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Butterworth Subject: Re: current domU lifecycle work ? Date: Fri, 10 Mar 2006 10:09:48 +0000 Message-ID: <1141985389.7680.3.camel@localhost.localdomain> References: <4410A8B0.3060103@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4410A8B0.3060103@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Andrew D. Ball" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2006-03-09 at 17:14 -0500, Andrew D. Ball wrote: > (1) register a domU with xend (initializes a configuration > in xenstore) > (2) turn on that domU > (3) turn off that domU (without removing it from xenstore) > (4) unregister that domU with xend (this is destroying the > domU). > Is anyone working on stabilizing this? Have I overlooked > anything? Nested within on and off there is save and restore. Also, at any time there is migration. I guess there should be an option to clone. Then you have snapshotting and roll-back. I expect there is more. Harry.