Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

Re: [Xen-devel] Control tools work

To: Charles Coffing <ccoffing@xxxxxxxxxx>
Subject: Re: [Xen-devel] Control tools work
From: Christian Limpach <christian.limpach@xxxxxxxxx>
Date: Tue, 31 May 2005 22:07:54 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 31 May 2005 21:07:13 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BLNhKXfi3k/PmfcuNvuNQ4z7sweWYHOBrJ7rzviihIhI6+QGZCjItBQrdMgtrOfW6Qj+RB0iyVZSWSyxmvr71CSOhKCF/1lm3xo26L2Ez02kMfPz9Ov8X175bv2Rr4MTZjFJ7oozQSdndZT97ZIgYVCxX7ghE4Pj11AI34jQfhQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <s29c514c.000@xxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <s29c514c.000@xxxxxxxxxxxxxxxxxxxxxxxxx>
Reply-to: Christian.Limpach@xxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 5/31/05, Charles Coffing <ccoffing@xxxxxxxxxx> wrote:

> 1.  Providing a higher-level consistent API for domain actions
> (create, save, migrate, restore, pause, etc).

I'm no longer convinced there is a much higher API to have.  Except
for create and migrate, all the actions you list are already single
functions in libxc, migrate is save | restore.  It might be useful to
group several functions together for create, but it's not quite clear
how/where device configuration fits in there.

> I'm refactoring / rewriting / writing code in xutil, libxc, and xfrd
> (although it wouldn't be hard to slip libxen in there instead of libxc
> if that is the ultimate direction).  I hope to have something to show
> in a week or two.

Please note that xfrd does no longer exist in -unstable.  Also we
don't use libxutil anymore.
Xend handles the first half of a relocation itself and then runs the
xc_save or xc_restore helper programs to do the second part. During
the first part of a relocation, the xend domain configuration is
exchanged and the format of this part is specific to xend.  The
xc_save and xc_restore helpers are merely wrappers for the
xc_linux_save and xc_linux_restore functions and use pipes to
communicate with xend and write/read the virtual machine image to/from
a file handle or socket.

    christian

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

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