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

Re: [Xen-devel] Domain Save-Restore

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Domain Save-Restore
From: Mark Williamson <Mark.Williamson@xxxxxxxxxxxx>
Date: Thu, 20 Jan 2005 13:09:00 +0000
Cc: Chotu Ram <chotwo@xxxxxxxxxxx>
Delivery-date: Thu, 20 Jan 2005 13:17:30 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <loom.20050119T144141-409@xxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <loom.20050119T144141-409@xxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.7.1
> I would like to understand the method used by Xen to Save/Restore domains.
> As far as I tried... most of the code is written in python and exists in
> lib/python/xen/sv/ directory. I am not much familier with python, but this

* SV is the (experimental) web interface and is located in 
tools/python/xen/sv/.
* Xend is the control daemon and handles all sorts of control-plane things 
including receiving commands from SV and the xm command line tool and 
dispatching them to the rest of the system.  Xend lives in 
tools/python/xen/xend/.
* Xfrd is the migration / suspend daemon and is written in C for performance 
reasons.  It accepts commands dispatched from Xend itself.  It lives in 
tools/xfrd/ and contains the actual code for suspending / migrating a domain.

HTH,
Mark


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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