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] Doamin controller guidelines

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Doamin controller guidelines
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Mon, 2 May 2005 01:15:32 +0100
Cc: "Aggarwal, Vikas \(OFT\)" <Vikas.Aggarwal@xxxxxxxxxxxxxxx>
Delivery-date: Sun, 01 May 2005 23:18:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <0BAE938A1E68534E928747B9B46A759A1A0C48@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <0BAE938A1E68534E928747B9B46A759A1A0C48@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8
>   Kindly provide me some basic informnation on how to enahnce
>   the XEN domain controller code for my newly ported front-end/back-end
> driver. I trying to dig into mailing lists but could not find something for
> domain controller enhancement (2.0.5 XEN) .  Though i found doc/misc/  very
> helpful for FE/BE  but nothing there to help in domain controller.

Look in: tools/python/xen/xend/server/{blk,net}if.py

These implement the domain-controller end of the protocol.  Other relevant 
code is in controller.py and channel.py (also in that directory).  Currently 
this code uses the Deferred objects in the Twisted Matrix framework to 
implement this in a non-blocking way.  If you ever look at supporting 
unstable / 3.0, you should be aware a Xend rewrite is in progress for the 
unstable tree that will eliminate use of Twisted and use language level 
threads - allowing you to block instead of using Deferreds.

If you need configuration details in the domain config file, you'll also need 
to modify the xm tool and various other parts of Xend.  You might find 
tracing through how block or net configuration works a helpful exercise is 
this case.

I'm personally curious what your front / back end is ;-)  Will we get to see 
it some time?

HTH,
Mark

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

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